Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtobey committed Mar 26, 2014
1 parent cfa364d commit 1ceb23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Abe/abe.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def format_amounts(amounts, link):
format_time(elt['nTime']), '</td><td class="amount">']

if elt['value'] < 0:
value = '(', format_satoshis(-elt['value'], chain), ')'
value = '(' + format_satoshis(-elt['value'], chain) + ')'
else:
value = format_satoshis(elt['value'], chain)

Expand Down

0 comments on commit 1ceb23e

Please sign in to comment.