aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_ismine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-95/+0
| | | | | | Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in.
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* SQUASH "Add have-pubkey distinction to ISMINE flags"Matt Corallo2015-08-081-2/+2
|
* Add have-pubkey distinction to ISMINE flagsMatt Corallo2015-07-201-3/+7
| | | | | | | 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.
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+91
could once be renamed from /src/wallet to /src/legacywallet.