aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/types_test.go')
-rw-r--r--rpc/types_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/types_test.go b/rpc/types_test.go
index 68b6d3c54..cd0859925 100644
--- a/rpc/types_test.go
+++ b/rpc/types_test.go
@@ -20,7 +20,7 @@ import (
"encoding/json"
"testing"
- "github.com/ethereum/go-ethereum/common/math"
+ "github.com/dexon-foundation/dexon/common/math"
)
func TestBlockNumberJSONUnmarshal(t *testing.T) {