Skip to content

Commit 8c9884d

Browse files
committed
f: 1-create-asset-lock.js
1 parent ffd5cd3 commit 8c9884d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1-create-asset-lock.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ async function main() {
172172
let txSigned = await dashTx.hashAndSignAll(txDraft);
173173
console.log(txSigned.transaction);
174174

175+
console.log();
176+
console.log(`IMPORTANT: before broadcast, listen to 'rawtxlocksig' on https://tzmq.digitalcash.dev`);
177+
175178
console.log();
176179
console.log(`Funding Outpoint Info`);
177180
let outpoint = await getFundingOutPoint(txSigned.transaction, vout);

0 commit comments

Comments
 (0)