Skip to content

Commit a07fc20

Browse files
committed
refactor: make execute result structural
1 parent 66e21e0 commit a07fc20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/execution/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ type ExecutionInfo struct {
143143
}
144144

145145
// ExecuteResult contains execution output that consensus must persist.
146-
type ExecuteResult struct {
146+
type ExecuteResult = struct {
147147
// UpdatedStateRoot is the new state root after executing transactions.
148148
UpdatedStateRoot []byte
149149

0 commit comments

Comments
 (0)