diff options
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet.h b/src/wallet.h index f87e9b08c4..179709a15a 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -319,8 +319,6 @@ public: return setKeyPool.size(); } - bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); - bool SetDefaultKey(const CPubKey &vchPubKey); // signify that a particular wallet feature is now used. this may change nWalletVersion and nWalletMaxVersion if those are lower |