diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-10-19 17:30:11 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-10-26 14:49:47 +0200 |
commit | e010af7089b18af838b74a4dc7908885c1600d13 (patch) | |
tree | 61a8eb728c2707d7e38015f7af2a5998d14e4b7b /src/wallet.h | |
parent | fe5234645036178a540fdd4166b26493b0b40529 (diff) |
Remove broken PrintWallet functionality
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 179709a15a..7598efc1ab 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -302,8 +302,6 @@ public: void UpdatedTransaction(const uint256 &hashTx); - void PrintWallet(const CBlock& block); - void Inventory(const uint256 &hash) { { |