From 6ac254b54e147ca9730a8c067ca9e464e09f4ee2 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sat, 12 Mar 2022 09:54:07 +0700 Subject: [PATCH] fix devel --- cmd/rpcdaemon/commands/eth_call.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"