diff options
| author | Luke Dashjr <[email protected]> | 2014-03-24 20:26:02 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2014-03-24 20:26:02 +0000 |
| commit | 3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 (patch) | |
| tree | 39d83ea2ade0b55169c4d9175180ddfafbaca77a /src/keystore.h | |
| parent | Fix regression tests (diff) | |
| download | discoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.tar.xz discoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.zip | |
Update moved and dead links
Diffstat (limited to 'src/keystore.h')
| -rw-r--r-- | src/keystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keystore.h b/src/keystore.h index 0d55e6c81..79d8661ac 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -32,7 +32,7 @@ public: virtual void GetKeys(std::set<CKeyID> &setAddress) const =0; virtual bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const; - // Support for BIP 0013 : see https://en.bitcoin.it/wiki/BIP_0013 + // Support for BIP 0013 : see https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki virtual bool AddCScript(const CScript& redeemScript) =0; virtual bool HaveCScript(const CScriptID &hash) const =0; virtual bool GetCScript(const CScriptID &hash, CScript& redeemScriptOut) const =0; |