Auto merge of #4871 - rex4539:typos, r=str4d

Fix typo
This commit is contained in:
Homu 2020-11-17 14:55:24 +00:00
commit 20dd32fe9b
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