Skip to content

Commit d8e7623

Browse files
committed
fixup: for utxohasher
1 parent 889d4f4 commit d8e7623

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

divi/src/UtxoCheckingAndUpdating.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
#include <undo.h>
1212
#include <chainparams.h>
1313
#include <defaultValues.h>
14-
#include <IndexDatabaseUpdates.h>
1514

1615
OutputHash BlockUtxoHasher::GetUtxoHash(const CTransaction& tx) const
1716
{
1817
return OutputHash(tx.GetHash());
1918
}
2019

2120
void UpdateCoinsWithTransaction(const CTransaction& tx, CCoinsViewCache& inputs, CTxUndo& txundo,
22-
const TransactionUtxoHasher& hasher, const int nHeight)
21+
const TransactionUtxoHasher& hasher, const int nHeight)
2322
{
2423
// mark inputs spent
2524
if (!tx.IsCoinBase() ) {

0 commit comments

Comments
 (0)