mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
Change classic_address to address xrpl-py
This commit is contained in:
@@ -418,7 +418,7 @@ You can now use your wallet to send XRP! You can even fund an entirely new accou
|
||||
|
||||
import xrpl
|
||||
w = xrpl.wallet.Wallet.create()
|
||||
print(w.classic_address)
|
||||
print(w.address)
|
||||
print(w.seed)
|
||||
exit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user