mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
add space at eof
This commit is contained in:
@@ -51,4 +51,4 @@ async function setRegularKey(): Promise<void> {
|
||||
|
||||
await client.disconnect()
|
||||
}
|
||||
void setRegularKey()
|
||||
void setRegularKey()
|
||||
|
||||
@@ -51,4 +51,4 @@ print(payment_response)
|
||||
# Balance after sending 1000 from wallet1 to wallet2
|
||||
print("Balances after payment:")
|
||||
print(get_balance(wallet1.classic_address, client))
|
||||
print(get_balance(wallet2.classic_address, client))
|
||||
print(get_balance(wallet2.classic_address, client))
|
||||
|
||||
Reference in New Issue
Block a user