We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0eefb commit 091df6dCopy full SHA for 091df6d
core/state/statedb.libevm.go
@@ -24,7 +24,7 @@ import (
24
"github.com/ava-labs/libevm/libevm/stateconf"
25
)
26
27
-// TxHash returns the current transaction hash set by SetTxContext.
+// TxHash returns the current transaction hash set by [StateDB.SetTxContext].
28
func (s *StateDB) TxHash() common.Hash {
29
return s.thash
30
}
0 commit comments