WillException.init bug

This commit is contained in:
2026-04-15 13:08:59 -04:00
parent 6f44a3bb54
commit 9204c90e4c
4 changed files with 13 additions and 17 deletions

View File

@@ -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]