aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-22 14:15:45 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-22 14:15:52 +0100
commit6a0720838873c7e13a936a74349147b954e50255 (patch)
tree5e71531ba72eff2133b29baa1415aa84278f8aba /src/coins.h
parent93b05764d5e4c6a4a5f11bfe70942baf9eaa0076 (diff)
parent8504867b146014c99c6acb180020a1369069c761 (diff)
downloadbitcoin-6a0720838873c7e13a936a74349147b954e50255.tar.xz
Merge #7056: Save last db read
8504867 Save the last unnecessary database read (Alex Morcos)
Diffstat (limited to 'src/coins.h')
-rw-r--r--src/coins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coins.h b/src/coins.h
index eab94ec1b4..d297cae1aa 100644
--- a/src/coins.h
+++ b/src/coins.h
@@ -435,7 +435,7 @@ public:
* would not properly overwrite the first coinbase of the pair. Simultaneous modifications
* are not allowed.
*/
- CCoinsModifier ModifyNewCoins(const uint256 &txid);
+ CCoinsModifier ModifyNewCoins(const uint256 &txid, bool coinbase);
/**
* Push the modifications applied to this cache to its base.