aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/service.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-19 16:13:57 -0400
committerDeterminant <tederminant@gmail.com>2020-08-19 16:13:57 -0400
commitec103c07738b3db70501dee7a7da113edbb68875 (patch)
treef35949bc93309350ebc21dc654ee1e20ce60811d /plugin/evm/service.go
parentfbcfc73c7a92d0a2615ef90c4dffa4746161b9c7 (diff)
...
Diffstat (limited to 'plugin/evm/service.go')
-rw-r--r--plugin/evm/service.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/evm/service.go b/plugin/evm/service.go
index c05b0a4..41cce50 100644
--- a/plugin/evm/service.go
+++ b/plugin/evm/service.go
@@ -21,6 +21,7 @@ import (
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/hexutil"
"github.com/ava-labs/go-ethereum/crypto"
+ "github.com/ava-labs/go-ethereum/log"
)
const (
@@ -253,5 +254,6 @@ func (service *AvaAPI) ImportAVAX(_ *http.Request, args *ImportAVAXArgs, respons
}
response.TxID = tx.ID()
+ log.Info("hey here2")
return service.vm.issueTx(tx)
}