mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 16:45:49 +00:00
Remove wallets being initialized with sequence
This commit is contained in:
@@ -22,7 +22,7 @@ else:
|
||||
client = JsonRpcClient(JSON_RPC_URL)
|
||||
|
||||
# Initialize wallet from seed
|
||||
issuer_wallet = Wallet(seed=seed, sequence=0)
|
||||
issuer_wallet = Wallet.from_seed(seed=seed)
|
||||
issuerAddr = issuer_wallet.classic_address
|
||||
|
||||
print(f"\nIssuer Account: {issuerAddr}")
|
||||
|
||||
Reference in New Issue
Block a user