allows delegate to retract votes
This commit is contained in:
parent
791b1fe291
commit
740a625938
2 changed files with 335 additions and 335 deletions
|
|
@ -417,8 +417,8 @@ stakeValidator stake =
|
|||
pmatch stakeRedeemer $ \case
|
||||
PRetractVotes _ -> unTermCont $ do
|
||||
pguardC
|
||||
"Owner signs this transaction"
|
||||
ownerSignsTransaction
|
||||
"Owner or delegate signs this transaction"
|
||||
$ ownerSignsTransaction #|| delegateSignsTransaction
|
||||
|
||||
-- This puts trust into the Proposal. The Proposal must necessarily check
|
||||
-- that this is not abused.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue