mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
Remove unnecessary code.
No reason to get the wallet when getting the lists of offers.
This commit is contained in:
@@ -561,11 +561,10 @@ Disconnect from the ledger.
|
||||
async function getOffers() {
|
||||
```
|
||||
|
||||
Get the standby account wallet and connect to the ledger.
|
||||
Connect to the ledger.
|
||||
|
||||
|
||||
```
|
||||
const standby_wallet = xrpl.Wallet.fromSeed(standbySeedField.value)
|
||||
let net = getNet()
|
||||
const client = new xrpl.Client(net)
|
||||
results = 'Connecting to ' + getNet() + '...'
|
||||
|
||||
Reference in New Issue
Block a user