We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f537e02 commit db7e50dCopy full SHA for db7e50d
bin/create-memo.js
@@ -11,7 +11,7 @@ let DashTx = require("../");
11
let DashKeys = require("dashkeys");
12
let Secp256k1 = require("@dashincubator/secp256k1");
13
14
-/** @type {import('../').TxSign} */
+/** @type {import('../dashtx.js').TxSign} */
15
async function signTx(privKeyBytes, hashBytes) {
16
let sigOpts = { canonical: true };
17
let sigBuf = await Secp256k1.sign(hashBytes, privKeyBytes, sigOpts);
0 commit comments