Add math library on params/config.go

This commit is contained in:
Akira Takizawa 2018-08-29 08:51:56 +09:00
parent 5cd8acfa78
commit 3ae32aaed8
No known key found for this signature in database
GPG key ID: 4BB42E31C79111B8

View file

@ -18,6 +18,7 @@ package params
import ( import (
"fmt" "fmt"
"math"
"math/big" "math/big"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"