We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc7e8e commit f47976eCopy full SHA for f47976e
stackslib/src/chainstate/nakamoto/mod.rs
@@ -4856,6 +4856,8 @@ impl NakamotoChainState {
4856
}
4857
4858
// for sip-031 we append the mint event to the coinbase
4859
+ // note that the above coinbase checks are left with index assumptions (get_mut(0))
4860
+ // for backward compatibility (even if since nakamoto the coinbase is at index 1)
4861
if let Some(event) = sip31_event {
4862
if let Some(coinbase_receipt) = tx_receipts
4863
.iter_mut()
0 commit comments