build: rename ripple-lib to xrpl.js (#1608)

* build: rename ripple-lib to xrpl.js
This commit is contained in:
Nathan Nichols
2021-09-10 09:53:31 -07:00
committed by Mayukha Vadari
parent a4fa1b4adb
commit 65ec5b9060
8 changed files with 65 additions and 67 deletions

View File

@@ -28,7 +28,7 @@
// * - https://xrpl.org/monitor-incoming-payments-with-websocket.html.
// *
// * For the implementation in this example, we have made the following decisions:
// * 1) The script will choose the account sequence and LastLedgerSequence numbers automatically. We allow ripple-lib to choose the fee.
// * 1) The script will choose the account sequence and LastLedgerSequence numbers automatically. We allow xrpl.js to choose the fee.
// * Payments are defined upfront, and idempotency is not needed. If the script is run a second time, duplicate payments will result.
// * 2) We will listen for notification that a new validated ledger has been found, and poll for transaction status at that time.
// * Futhermore, as a precaution, we will wait until the server is 3 ledgers past the transaction's LastLedgerSequence