problem: failing tests

rel: [e10525d]
This commit is contained in:
Igor Artamonov
2021-12-15 21:29:05 -05:00
parent e10525d702
commit 0bdb4a3a75

View File

@@ -201,7 +201,7 @@ class BitcoinFeesSpec extends Specification {
// second tx fee: 504.40409956076134699854
// average is 345
// but if we calculate original fees per KB it's 354222
act.bitcoinStd.satPerKb == "354222"
act.bitcoinStd.satPerKb == 354222
}
}