Skip to content

Commit

Permalink
Update KIPs/kip-245.md
Browse files Browse the repository at this point in the history
Co-authored-by: murogari <[email protected]>
  • Loading branch information
ian0371 and Mdaiki0730 authored Feb 17, 2025
1 parent 4e13189 commit b60f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIPs/kip-245.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if timeout occurred during execution of the bundle:

#### Proposer injection

Block proposer can inject transaction generators in the bundle during its creation. The rationale is that after a bundle rollback, the nonces of proposer-generated transactions must be updated. A transaction generator facilitates _lazy transaction generation_, allowing transactions to be created dynamically right before execution.
Block proposer can inject _transaction generators_ in the bundle during its creation. The rationale is that after a bundle rollback, the nonces of proposer-generated transactions must be updated. A transaction generator facilitates _lazy transaction generation_, allowing transactions to be created dynamically right before execution.

```
bundle = [ G1 Tx1 Tx2 Tx3 G2 ]
Expand Down

0 comments on commit b60f977

Please sign in to comment.