Fix check js prepareCreate problems

This commit is contained in:
mDuo13
2018-05-30 17:50:59 -07:00
parent aadce6e09d
commit 03d9366633
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"ripple-lib": "^0.19.0"
"ripple-lib": "^1.0.0-beta.1"
}
}

View File

@@ -18,7 +18,7 @@ api.connect().then(() => {
"sendMax": {
"currency": "XRP",
"value": "100" // RippleAPI uses decimal XRP, not integer drops
}
},
"invoiceID": "46060241FABCF692D4D934BA2A6C4427CD4279083E38C77CBE642243E43BE291"
}, options)