This commit is contained in:
Dimitris Apostolou 2020-11-17 16:33:31 +02:00
parent 33fdb1b4bc
commit 31e220a316
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ double benchmark_increment_sapling_note_witnesses(size_t nTxs)
// Fake the input of a given block
// This class is based on the class CCoinsViewDB, but with limited functionality.
// The construtor and the functions `GetCoins` and `HaveCoins` come directly from
// The constructor and the functions `GetCoins` and `HaveCoins` come directly from
// CCoinsViewDB, but the rest are either mocks and/or don't really do anything.
// The following constant is a duplicate of the one found in txdb.cpp