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 29ef67c commit 56352c2Copy full SHA for 56352c2
core/state/access_list.go
@@ -145,6 +145,7 @@ func (al *accessList) Equal(other *accessList) bool {
145
})
146
}
147
148
+// PrettyPrint prints the contents of the access list in a human-readable form
149
func (al *accessList) PrettyPrint() string {
150
out := new(strings.Builder)
151
var sortedAddrs []common.Address
core/state/transient_storage.go
@@ -67,6 +67,7 @@ func (t transientStorage) Copy() transientStorage {
67
return storage
68
69
70
71
func (t transientStorage) PrettyPrint() string {
72
73
0 commit comments