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 ffd5cd3 commit 8c9884dCopy full SHA for 8c9884d
1-create-asset-lock.js
@@ -172,6 +172,9 @@ async function main() {
172
let txSigned = await dashTx.hashAndSignAll(txDraft);
173
console.log(txSigned.transaction);
174
175
+ console.log();
176
+ console.log(`IMPORTANT: before broadcast, listen to 'rawtxlocksig' on https://tzmq.digitalcash.dev`);
177
+
178
console.log();
179
console.log(`Funding Outpoint Info`);
180
let outpoint = await getFundingOutPoint(txSigned.transaction, vout);
0 commit comments