Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit d36eac0

Browse files
committed
fix: small changes
1 parent 7802d55 commit d36eac0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

contracts/dao/extensions/actions/aibtc-action-send-message.clar

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
(define-constant ERR_NOT_DAO_OR_EXTENSION (err u1100))
1515
(define-constant ERR_INVALID_PARAMS (err u1101))
1616

17-
;; template variables
18-
;;
19-
2017
;; public functions
2118
;;
2219

contracts/dao/extensions/actions/aibtc-action-treasury-allow-asset.clar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; template variables
1818
;;
1919

20-
(define-constant CFG_MESSAGE "Executed Action Proposal: Allowed or enabled asset for use in the treasury")
20+
(define-constant CFG_MESSAGE "Executed Action Proposal: Allowed or updated asset for use in the treasury")
2121

2222
;; public functions
2323
;;

contracts/dao/extensions/aibtc-treasury.clar

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
(define-map AllowedAssets principal bool)
4848

4949
;; track transfers per period
50+
;; TODO - track amount instead of bool?
5051
(define-map StxClaims
5152
uint ;; period
5253
bool ;; claimed
@@ -329,4 +330,4 @@
329330
(ok claimAmount) ;; 2% of balance
330331
)
331332
)
332-
)
333+
)

0 commit comments

Comments
 (0)