Skip to content

Commit

Permalink
fix test_psbt
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed May 19, 2024
1 parent 2f67c53 commit b671fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_psbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,5 +484,5 @@ def test_sign_sats_vB(m5stickv):
outputs, _ = signer.outputs()
assert (
outputs[0]
== "Inputs (2): ₿\u20090.00 130 622\n\nSpend (7): ₿\u20090.00 009 519\n\nSelf-transfer or Change (2): ₿\u20090.00 018 824\n\nFee: ₿\u20090.00 102 279 (1074.5%) ~165.2 sat/vB"
== "Inputs (2): ₿\u20090.00 130 622\n\nSpend (7): ₿\u20090.00 009 519\n\nSelf-transfer or Change (2): ₿\u20090.00 018 824\n\nFee: ₿\u20090.00 102 279 (360.9%) ~165.2 sat/vB"
)

0 comments on commit b671fec

Please sign in to comment.