Skip to content

Commit 091df6d

Browse files
Update statedb.libevm.go
Co-authored-by: Arran Schlosberg <[email protected]> Signed-off-by: Stephen Buttolph <[email protected]>
1 parent 0e0eefb commit 091df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/statedb.libevm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/ava-labs/libevm/libevm/stateconf"
2525
)
2626

27-
// TxHash returns the current transaction hash set by SetTxContext.
27+
// TxHash returns the current transaction hash set by [StateDB.SetTxContext].
2828
func (s *StateDB) TxHash() common.Hash {
2929
return s.thash
3030
}

0 commit comments

Comments
 (0)