Rename property

pull/2/head
Michael Scoff 7 years ago
parent 2d5577c1f0
commit 926c5bca28
  1. 2
      Trust/Extensions/GethBigInt.swift

@ -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))
}

Loading…
Cancel
Save