aboutsummaryrefslogtreecommitdiff
path: root/src/script/ismine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Fix ismine and addwitnessaddress: no uncompressed keys in segwitPieter Wuille2016-10-171-8/+54
|
* BIP143: Signing logicPieter Wuille2016-06-221-2/+17
|
* wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-0/+95
Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in.