Skip to content

Commit 714e9c3

Browse files
authored
Merge pull request #2472 from byod8/mainnet-staging
[Chore] Update documentation in `atomic_speculate`
2 parents 0b391d2 + 940b940 commit 714e9c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

synthesizer/src/vm/finalize.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,10 @@ impl<N: Network, C: ConsensusStorage<N>> VM<N, C> {
426426
}
427427
}
428428
}
429+
429430
// This is a foundational bug - the caller is violating protocol rules.
431+
// It is possible that a `credits.aleo/split` transaction has no fee. However, it
432+
// is a simple transition without finalize operations and should not fail here.
430433
// Note: This will abort the entire atomic batch.
431434
None => Err("Rejected execute transaction has no fee".to_string()),
432435
},

0 commit comments

Comments
 (0)