depends, wallet: fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-13 01:43:17 +02:00
parent 5cc083cd46
commit 2de1ceb2e9
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ FUZZ_TARGET_INIT(wallet_notifications, initialize_setup)
using Coins = std::set<std::tuple<CAmount, COutPoint>>;
std::vector<std::tuple<Coins, CBlock>> chain;
{
// Add the inital entry
// Add the initial entry
chain.emplace_back();
auto& [coins, block]{chain.back()};
coins.emplace(total_amount, COutPoint{uint256::ONE, 1});