mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Reduce fee rate for spending coinbase utxos (#2815)
This commit is contained in:
parent
85f6ee889c
commit
c3c96a61c3
@ -294,7 +294,8 @@ class WalletIntegrationTest extends BitcoinSWalletTestCachedBitcoindNewest {
|
||||
walletWithBitcoind =>
|
||||
val WalletWithBitcoindRpc(wallet, bitcoind) = walletWithBitcoind
|
||||
|
||||
val amountToSend = Bitcoins(49.99)
|
||||
// Makes fee rate for tx ~5 sat/vbyte
|
||||
val amountToSend = Bitcoins(49.99999000)
|
||||
|
||||
for {
|
||||
// Mine to wallet
|
||||
|
Loading…
Reference in New Issue
Block a user