< jayd3e>
what's the significance of the ampersand before a function name? such as in this line: CChainParams &Params(CBaseChainParams::Network network)
< jayd3e>
from chainparams.cpp
< sipa>
jayd3e: no offence, but this is not the place to learn C++
< jayd3e>
yeah true. I've just been going through the code, and wanted to interact with the community at the same time
< instagibbs>
Googling has been effective for me reading Core code.
< jayd3e>
it's also nice to be able to reference the codebase
< Luke-Jr>
jayd3e: #bitcoin
< MarcoFalke>
or stackoverflow ;)
< GitHub31>
[bitcoin] zauguin opened pull request #7266: Removed comment about IsStandard for P2SH scripts (master...zauguin-patch-1) https://github.com/bitcoin/bitcoin/pull/7266
< phantomcircuit>
sipa, SetReachable, why the special casing for ipv6/ipv4 ?
< phantomcircuit>
you can potentially be ipv6 w/o ipv4 ... right?
< sipa>
no clue!
< phantomcircuit>
sipa, lol you wrote it
< phantomcircuit>
to be fair it seems you wrote it in 2012