mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Remove wallets being initialized with sequence
This commit is contained in:
@@ -14,7 +14,7 @@ seed = ""
|
||||
custom_wallet = None
|
||||
|
||||
if seed:
|
||||
custom_wallet = Wallet(seed=seed, sequence=0)
|
||||
custom_wallet = Wallet.from_seed(seed=seed)
|
||||
|
||||
# Connect to a testnet node
|
||||
print("Connecting to Testnet...")
|
||||
|
||||
Reference in New Issue
Block a user