Aaaaaand more tests

This commit is contained in:
nkohen 2018-06-08 13:21:01 -05:00
parent 0b06370d65
commit a6dd90ef5f

View file

@ -356,7 +356,7 @@ case class Bip9Softfork(
) extends NetworkResult
case class EstimateSmartFeeResult(
feerate: Option[BitcoinFeeUnit], // Given in BTC/kB
feerate: Option[BitcoinFeeUnit],
errors: Option[Vector[String]],
blocks: Int
) extends NetworkResult