diff --git a/cmd/rpcdaemon/commands/eth_call.go b/cmd/rpcdaemon/commands/eth_call.go index c9b1866df..3a53035b7 100644 --- a/cmd/rpcdaemon/commands/eth_call.go +++ b/cmd/rpcdaemon/commands/eth_call.go @@ -3,7 +3,7 @@ package commands import ( "context" "errors" - "fm + "fmt" "math/big" "github.com/holiman/uint256"