From 3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 24 Mar 2014 20:26:02 +0000 Subject: Update moved and dead links --- src/keystore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keystore.h') diff --git a/src/keystore.h b/src/keystore.h index 0d55e6c81e..79d8661aca 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -32,7 +32,7 @@ public: virtual void GetKeys(std::set &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; -- cgit v1.2.3