mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
depends, wallet: fix typos
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user