mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
feat: add test for fee in getmempoolentry
This commit is contained in:
parent
b0d06f0b5f
commit
e498378eb7
@ -370,6 +370,7 @@ class AssetLocksTest(DashTestFramework):
|
|||||||
self.wait_for_sporks_same()
|
self.wait_for_sporks_same()
|
||||||
|
|
||||||
txid = self.send_tx(asset_unlock_tx)
|
txid = self.send_tx(asset_unlock_tx)
|
||||||
|
assert_equal(node.getmempoolentry(txid)['fee'], Decimal("0.0007"))
|
||||||
is_id = node_wallet.sendtoaddress(node_wallet.getnewaddress(), 1)
|
is_id = node_wallet.sendtoaddress(node_wallet.getnewaddress(), 1)
|
||||||
for node in self.nodes:
|
for node in self.nodes:
|
||||||
self.wait_for_instantlock(is_id, node)
|
self.wait_for_instantlock(is_id, node)
|
||||||
|
Loading…
Reference in New Issue
Block a user