mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
14 lines
290 B
Plaintext
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)
|
|
)
|
|
)
|