mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Fix check js prepareCreate problems
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ripple-lib": "^0.19.0"
|
"ripple-lib": "^1.0.0-beta.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ api.connect().then(() => {
|
|||||||
"sendMax": {
|
"sendMax": {
|
||||||
"currency": "XRP",
|
"currency": "XRP",
|
||||||
"value": "100" // RippleAPI uses decimal XRP, not integer drops
|
"value": "100" // RippleAPI uses decimal XRP, not integer drops
|
||||||
}
|
},
|
||||||
"invoiceID": "46060241FABCF692D4D934BA2A6C4427CD4279083E38C77CBE642243E43BE291"
|
"invoiceID": "46060241FABCF692D4D934BA2A6C4427CD4279083E38C77CBE642243E43BE291"
|
||||||
}, options)
|
}, options)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user