Skip to content

Commit db7e50d

Browse files
committed
ref(lint): ./bin/create-memo.js
1 parent f537e02 commit db7e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-memo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let DashTx = require("../");
1111
let DashKeys = require("dashkeys");
1212
let Secp256k1 = require("@dashincubator/secp256k1");
1313

14-
/** @type {import('../').TxSign} */
14+
/** @type {import('../dashtx.js').TxSign} */
1515
async function signTx(privKeyBytes, hashBytes) {
1616
let sigOpts = { canonical: true };
1717
let sigBuf = await Secp256k1.sign(hashBytes, privKeyBytes, sigOpts);

0 commit comments

Comments
 (0)