mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Added better address format
This commit is contained in:
parent
891f725909
commit
afc92fb7d7
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ func TestRun4(t *testing.T) {
|
|||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
//asm = append(asm, "LOG")
|
||||
asm = append(asm, "LOG")
|
||||
fmt.Println(asm)
|
||||
|
||||
callerScript := ethutil.Assemble(asm...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue