forked from cerc-io/plugeth
all: change format 0x%x to %#x (#25221)
This commit is contained in:
@@ -185,7 +185,7 @@ func (f *fuzzer) fuzz() int {
|
||||
sort.Sort(vals)
|
||||
for _, kv := range vals {
|
||||
if f.debugging {
|
||||
fmt.Printf("{\"0x%x\" , \"0x%x\"} // stacktrie.Update\n", kv.k, kv.v)
|
||||
fmt.Printf("{\"%#x\" , \"%#x\"} // stacktrie.Update\n", kv.k, kv.v)
|
||||
}
|
||||
trieB.Update(kv.k, kv.v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user