Skip to content
Snippets Groups Projects
Commit c7e0069c authored by Moul's avatar Moul
Browse files

[fix] #172: balance: Forget to rename variable in pending tx

parent 19896c30
No related branches found
No related tags found
1 merge request!146Merge dev into master branch to complete v0.8.0 development cycle
Pipeline #9940 passed
......@@ -72,7 +72,7 @@ async def show_amount_from_pubkey(pubkey, inputs_balance):
display = list()
display.append(["Balance of pubkey", pubkey])
if totalAmountInput - balance != 0:
display_amount(display, "Blockchain", amount, ud_value, currency_symbol)
display_amount(display, "Blockchain", balance, ud_value, currency_symbol)
display_amount(
display,
"Pending transaction",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment