Skip to content

Commit

Permalink
Merge pull request ProvableHQ#2472 from byod8/mainnet-staging
Browse files Browse the repository at this point in the history
[Chore] Update documentation in `atomic_speculate`
  • Loading branch information
zosorock authored Nov 14, 2024
2 parents 0b391d2 + 940b940 commit 714e9c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synthesizer/src/vm/finalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,10 @@ impl<N: Network, C: ConsensusStorage<N>> VM<N, C> {
}
}
}

// This is a foundational bug - the caller is violating protocol rules.
// It is possible that a `credits.aleo/split` transaction has no fee. However, it
// is a simple transition without finalize operations and should not fail here.
// Note: This will abort the entire atomic batch.
None => Err("Rejected execute transaction has no fee".to_string()),
},
Expand Down

0 comments on commit 714e9c3

Please sign in to comment.