Skip to content

Commit f58601d

Browse files
committed
updated version of extension
1 parent d3a6ac6 commit f58601d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/recursive_covenant.simf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn checksig(pk: Pubkey, sig: Signature) {
1111
jet::bip_0340_verify((pk, msg), sig);
1212
}
1313

14-
fn recursive_covenant() {
14+
fn recursive_covenant(){
1515
assert!(jet::eq_32(jet::num_outputs(), 2));
1616
let this_script_hash: u256 = jet::current_script_hash();
1717
let output_script_hash: u256 = unwrap(jet::output_script_hash(0));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/distributed-lab/simplicityhl-lsp"
1010
},
11-
"version": "0.0.1",
11+
"version": "1.0.1",
1212
"categories": [],
1313
"keywords": [
1414
"Simplicity",

0 commit comments

Comments
 (0)