wallet/rpc: Use the default maxfeerate value as BTC/kB
This commit is contained in:
parent
3a3d8b8357
commit
261843e4be
4 changed files with 20 additions and 22 deletions
test/functional
|
@ -433,7 +433,7 @@ class WalletTest(BitcoinTestFramework):
|
|||
# Split into two chains
|
||||
rawtx = self.nodes[0].createrawtransaction([{"txid": singletxid, "vout": 0}], {chain_addrs[0]: node0_balance / 2 - Decimal('0.01'), chain_addrs[1]: node0_balance / 2 - Decimal('0.01')})
|
||||
signedtx = self.nodes[0].signrawtransactionwithwallet(rawtx)
|
||||
singletxid = self.nodes[0].sendrawtransaction(signedtx["hex"])
|
||||
singletxid = self.nodes[0].sendrawtransaction(signedtx["hex"], 0)
|
||||
self.nodes[0].generate(1)
|
||||
|
||||
# Make a long chain of unconfirmed payments without hitting mempool limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue