mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
build: rename ripple-lib to xrpl.js (#1608)
* build: rename ripple-lib to xrpl.js
This commit is contained in:
committed by
Mayukha Vadari
parent
a4fa1b4adb
commit
65ec5b9060
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user