diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-20 15:07:41 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-20 15:07:48 +0200 |
commit | 70f6049f713a7c8b0672d573b8222b70b6912631 (patch) | |
tree | 2bbb06ba29616088a326e5cd443908e9bf384ac5 /src/db.h | |
parent | 703db97d80ea21a44ed74c8bbbaf1430c5e0dd37 (diff) |
Remove CTxDB::ReadOwnerTxes.
It seems it wasn't ever used since 0.1.5.
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -307,7 +307,6 @@ public: bool AddTxIndex(const CTransaction& tx, const CDiskTxPos& pos, int nHeight); bool EraseTxIndex(const CTransaction& tx); bool ContainsTx(uint256 hash); - bool ReadOwnerTxes(uint160 hash160, int nHeight, std::vector<CTransaction>& vtx); bool ReadDiskTx(uint256 hash, CTransaction& tx, CTxIndex& txindex); bool ReadDiskTx(uint256 hash, CTransaction& tx); bool ReadDiskTx(COutPoint outpoint, CTransaction& tx, CTxIndex& txindex); |