Skip to content

Commit 1ca054a

Browse files
committed
PR FIXUP - Use stateful in TxnAction
1 parent 0b04e5a commit 1ca054a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/action/txn_action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// Executing this TxnAction will execute the given action within the scope
1414
// of the given transaction.
1515
type TxnAction[T Action] struct {
16-
s *state.State
16+
stateful
1717

1818
TxnIndex int
1919
Action T

0 commit comments

Comments
 (0)