aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_ismine.cpp
AgeCommit message (Collapse)Author
2016-04-18wallet_ismine.h → script/ismine.hWladimir J. van der Laan
Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in.
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-08SQUASH "Add have-pubkey distinction to ISMINE flags"Matt Corallo
2015-07-20Add have-pubkey distinction to ISMINE flagsMatt Corallo
This indicates that, eg, we have a public key for a key which may be used as a pay-to-pubkey-hash. It generally means that we can create a valid scriptSig except for missing private key(s) with which to create signatures.
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
could once be renamed from /src/wallet to /src/legacywallet.