wallet/rpc: add maxfeerate parameter to sendrawtransaction
This commit is contained in:
parent
e5efacb941
commit
6c0a6f73e3
13 changed files with 126 additions and 70 deletions
test/functional
|
@ -168,8 +168,8 @@ class WalletTest(BitcoinTestFramework):
|
|||
txns_to_send.append(self.nodes[0].signrawtransactionwithwallet(raw_tx))
|
||||
|
||||
# Have node 1 (miner) send the transactions
|
||||
self.nodes[1].sendrawtransaction(txns_to_send[0]["hex"], True)
|
||||
self.nodes[1].sendrawtransaction(txns_to_send[1]["hex"], True)
|
||||
self.nodes[1].sendrawtransaction(txns_to_send[0]["hex"], 0)
|
||||
self.nodes[1].sendrawtransaction(txns_to_send[1]["hex"], 0)
|
||||
|
||||
# Have node1 mine a block to confirm transactions:
|
||||
self.nodes[1].generate(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue