diff options
| author | Pieter Wuille <[email protected]> | 2012-06-20 15:07:41 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-06-20 15:07:48 +0200 |
| commit | 70f6049f713a7c8b0672d573b8222b70b6912631 (patch) | |
| tree | 2bbb06ba29616088a326e5cd443908e9bf384ac5 /src/db.h | |
| parent | Merge pull request #1483 from Diapolo/txtablemodel_updateDisplayUnit (diff) | |
| download | discoin-70f6049f713a7c8b0672d573b8222b70b6912631.tar.xz discoin-70f6049f713a7c8b0672d573b8222b70b6912631.zip | |
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); |