Skip to content

Commit

Permalink
Update psbt_screens.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Mar 2, 2022
1 parent 5f2da8a commit 8b4d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/gui/screens/psbt_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def truncate_destination_addr(addr):

if self.num_self_transfer_outputs > 0:
for i in range(0, self.num_self_transfer_outputs):
destination_column.append(f"self transfer")
destination_column.append(f"self-transfer")

destination_column.append(f"fee")

Expand Down

0 comments on commit 8b4d1ab

Please sign in to comment.