Skip to content

Commit

Permalink
Update vicky.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supertestnet authored Dec 10, 2023
1 parent 1fdf82b commit 2eae8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/view/vicky.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function handlePromise(json) {
}
}
if ( !all_good ) return alert( `Aborting because your counterparty tried to trick you by making you run an invalid Assembly program` );
console.log( "all good!" );
json[ "assembly" ].forEach( item => preimages_from_paul.push(item) );
}
var conf = confirm(message);
if (!conf) {
Expand Down

0 comments on commit 2eae8b8

Please sign in to comment.