add space at eof

This commit is contained in:
Phu Pham
2023-01-30 15:02:22 -05:00
parent 00eb153f3e
commit 31f9eecffc
12 changed files with 12 additions and 12 deletions

View File

@@ -46,4 +46,4 @@ print("Validated:", tx_response.result["validated"])
# Check balances after 1000 was sent from wallet1 to wallet2
print("Balances of wallets after Payment tx:")
print(get_balance(wallet1.classic_address, client))
print(get_balance(wallet2.classic_address, client))
print(get_balance(wallet2.classic_address, client))