@ -22,7 +22,7 @@ extension GethBigInt {
return value
}
static func from(bDouble: BDouble) -> GethBigInt {
static func from(double: BDouble) -> GethBigInt {
let bignum = Bignum(double.description)
return GethBigInt.from(hex: bignum.asString(withBase: 16))