mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 22:56:52 +01:00
Aaaaaand more tests
This commit is contained in:
parent
0b06370d65
commit
a6dd90ef5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue