Files
liquid-stacking/contracts/mocks/mock-proposal.clar
fiftyeightandeight ce69b46641 chore: license header
2024-03-14 22:31:45 +08:00

14 lines
290 B
Plaintext

;; SPDX-License-Identifier: BUSL-1.1
(impl-trait .proposal-trait.proposal-trait)
(define-public (execute (sender principal))
(begin
(try! (contract-call? .operators set-operators (list
{operator: 'ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM, enabled: false}
)))
(ok true)
)
)