Skip to content

Commit

Permalink
Format + line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmj committed Dec 14, 2023
1 parent 83e5eea commit f882412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_bookkeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ def test_bookkeeping_inspect_multifundchannel(node_factory, bitcoind):
channel_14_multifundchannel_fee_msat = l1.rpc.bkpr_inspect(channel_14_channel_id)['txs'][0]['fees_paid_msat']

bkpr_total_fee_btc = (channel_12_multifundchannel_fee_msat
+ channel_13_multifundchannel_fee_msat
+ channel_14_multifundchannel_fee_msat).to_btc()
+ channel_13_multifundchannel_fee_msat
+ channel_14_multifundchannel_fee_msat).to_btc()

assert bkpr_total_fee_btc == calculated_total_fees_btc
assert bkpr_total_fee_btc == getblock_fee_btc
Expand Down

0 comments on commit f882412

Please sign in to comment.