xrpl-accountlib
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -318,3 +318,3 @@ "use strict"; | ||
: (0, ripple_binary_codec_1.decode)(tx, definitions))), { Fee: undefined, SigningPubKey: undefined })); | ||
tx_blob = (0, sign_1.sign)(tx, (0, derive_1.passphrase)(""), definitions).signedTransaction; | ||
tx_blob = (0, sign_1.sign)(transaction, (0, derive_1.passphrase)(""), definitions).signedTransaction; | ||
return [4 /*yield*/, (connection === null || connection === void 0 ? void 0 : connection.send({ command: "fee", tx_blob: tx_blob }))]; | ||
@@ -321,0 +321,0 @@ case 2: |
{ | ||
"name": "xrpl-accountlib", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "XRPL Account helper: generation, derivation and signing", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3466214
87183