| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet_ismine.h → script/ismine.h | Wladimir J. van der Laan | 2016-04-18 | 1 | -95/+0 |
| | | | | | | | Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in. | ||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | SQUASH "Add have-pubkey distinction to ISMINE flags" | Matt Corallo | 2015-08-08 | 1 | -2/+2 |
| | | |||||
| * | Add have-pubkey distinction to ISMINE flags | Matt Corallo | 2015-07-20 | 1 | -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 Schnelli | 2015-03-12 | 1 | -0/+91 |
| could once be renamed from /src/wallet to /src/legacywallet. | |||||