diff options
Diffstat (limited to 'contracts/chequebook/api.go')
-rw-r--r-- | contracts/chequebook/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/chequebook/api.go b/contracts/chequebook/api.go index fb7080308..14b2e9606 100644 --- a/contracts/chequebook/api.go +++ b/contracts/chequebook/api.go @@ -20,7 +20,7 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) const Version = "1.0" |