diff options
author | Determinant <[email protected]> | 2020-06-28 16:55:59 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-28 16:55:59 -0400 |
commit | 90fae71b0ab27aacdc2f9454820d487a9b2a529a (patch) | |
tree | 8b19f7d114119644f4faf35ec46dd25ff00a7d31 /examples/payments | |
parent | d235e2c6a5788ec4a6cff15a16f56b38a3876a0d (diff) |
...
Diffstat (limited to 'examples/payments')
-rw-r--r-- | examples/payments/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/payments/main.go b/examples/payments/main.go index f679ea9..40a90c2 100644 --- a/examples/payments/main.go +++ b/examples/payments/main.go @@ -7,10 +7,10 @@ import ( "github.com/ava-labs/coreth/core" "github.com/ava-labs/coreth/core/types" "github.com/ava-labs/coreth/eth" + "github.com/ava-labs/coreth/params" "github.com/ava-labs/go-ethereum/common" "github.com/ava-labs/go-ethereum/common/hexutil" "github.com/ava-labs/go-ethereum/log" - "github.com/ava-labs/go-ethereum/params" "math/big" ) |