mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
remove printf
This commit is contained in:
parent
dc7cd7e4b5
commit
3c7aa59dc7
1 changed files with 0 additions and 1 deletions
|
|
@ -135,7 +135,6 @@ func parseTopics(out interface{}, fields abi.Arguments, topics []common.Hash) er
|
||||||
case reflect.Int8:
|
case reflect.Int8:
|
||||||
num := new(big.Int).SetBytes(topics[0][:])
|
num := new(big.Int).SetBytes(topics[0][:])
|
||||||
field.Set(reflect.ValueOf(int8(num.Int64())))
|
field.Set(reflect.ValueOf(int8(num.Int64())))
|
||||||
fmt.Printf("parseTopics: num '%v', topics[0] '%v', field '%v'\n", num, topics[0], field)
|
|
||||||
|
|
||||||
case reflect.Int16:
|
case reflect.Int16:
|
||||||
num := new(big.Int).SetBytes(topics[0][:])
|
num := new(big.Int).SetBytes(topics[0][:])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue