forked from bitcoinafterlife/bal-electrum-plugin
WillException.init bug
This commit is contained in:
2
will.py
2
will.py
@@ -596,7 +596,7 @@ class Will:
|
||||
for wid in Will.only_valid_list(will):
|
||||
w = will[wid]
|
||||
if w.tx_fees != tx_fees:
|
||||
raise TxFeesChangedException(f"{tx_fees}:", w.tx_fees)
|
||||
raise TxFeesChangedException(f"{tx_fees}: {w.tx_fees}")
|
||||
for wheir in w.heirs:
|
||||
if not 'w!ll3x3c"' == wheir[:9]:
|
||||
their = will[wid].heirs[wheir]
|
||||
|
||||
Reference in New Issue
Block a user