Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 8f4ec08

Browse files
clarity: fix syntax errors (#246)
Signed-off-by: Tyler Baker <forcedinductionz@gmail.com>
1 parent 243d4cc commit 8f4ec08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

romeo/asset-contract/contracts/clarity-bitcoin-mini-deploy.clar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(get verified
8181
(fold inner-merkle-proof-verify
8282
(unwrap-panic (slice? (list u0 u1 u2 u3 u4 u5 u6 u7 u8 u9 u10 u11 u12 u13) u0 proof-length))
83-
{ path: (+ (pow u2 proof-length) (get tx-index proof)), root-hash: merkle-root, proof-hashes: proof-hashes, cur-hash: reversed-txid, verified: false})))))
83+
{ path: (+ (pow u2 proof-length) (get tx-index proof)), root-hash: merkle-root, proof-hashes: proof-hashes, cur-hash: reversed-txid, verified: false}))))
8484

8585

8686
(define-read-only (was-txid-mined

romeo/asset-contract/contracts/clarity-bitcoin-mini.clar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(get verified
8181
(fold inner-merkle-proof-verify
8282
(unwrap-panic (slice? (list u0 u1 u2 u3 u4 u5 u6 u7 u8 u9 u10 u11 u12 u13) u0 proof-length))
83-
{ path: (+ (pow u2 proof-length) (get tx-index proof)), root-hash: merkle-root, proof-hashes: proof-hashes, cur-hash: reversed-txid, verified: false})))))
83+
{ path: (+ (pow u2 proof-length) (get tx-index proof)), root-hash: merkle-root, proof-hashes: proof-hashes, cur-hash: reversed-txid, verified: false}))))
8484

8585

8686
(define-read-only (was-txid-mined

0 commit comments

Comments
 (0)