Skip to content

Commit

Permalink
feat: add test for fee in getmempoolentry
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Oct 22, 2024
1 parent b0d06f0 commit e498378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/feature_asset_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def test_asset_unlocks(self, node_wallet, node, pubkey):
self.wait_for_sporks_same()

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)
for node in self.nodes:
self.wait_for_instantlock(is_id, node)
Expand Down

0 comments on commit e498378

Please sign in to comment.