mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
Merge bitcoin/bitcoin#23500: doc: fix typos
2de1ceb2e9depends, wallet: fix typos (Dimitris Apostolou) Pull request description: ACKs for top commit: hebasto: ACK2de1ceb2e9Tree-SHA512: e33deef3ebd8cda69dd0f2c0e8d0fd5c39375eb014685318b2f131c7a700584d9b9e173e95ff290b1fe3b2dc88922583f2607750445baedf0c97a330a9ff35f2
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