global: snapshot

This commit is contained in:
nym21
2025-11-08 14:43:23 +01:00
parent 3d3787a8d9
commit e77fe0253e
69 changed files with 696 additions and 647 deletions

View File

@@ -123,7 +123,7 @@ impl Vecs {
return TxOutIndex::COINBASE;
}
txindex_to_first_txoutindex_iter
.get_unwrap_at(outpoint.txindex().to_usize())
.get_at_unwrap(outpoint.txindex().to_usize())
+ outpoint.vout()
})
},