Skip to content

Commit

Permalink
Add note on CmdSetPortfolioOf
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed May 4, 2021
1 parent aada35f commit 6a80ad3
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -253,6 +253,14 @@ instance Arbitrary (StakeKey' depth key) where

data Cmd
= CmdSetPortfolioOf Int
-- ^ Calls @setPortfolioOf@ which registers or de-registers keys to reach
-- the new target.
--
-- If the target is already met, the command has no effect.
--
-- Delegation certificates are /not/ generated for existing keys.
--
-- TODO: Also test arbitrary re-delegations.
| CmdOldWalletToggleFirstKey
-- ^ A wallet implementation without multi-stake-key support could decide
-- to either
Expand Down

0 comments on commit 6a80ad3

Please sign in to comment.