allow delegating stake for voting
This commit is contained in:
parent
8bea6d62ac
commit
8fba8e1598
12 changed files with 650 additions and 585 deletions
|
|
@ -352,6 +352,7 @@ mkStakeInputDatums ps =
|
|||
StakeDatum
|
||||
{ stakedAmount = Tagged ps.perStakeGTs
|
||||
, owner = ""
|
||||
, delegatedTo = Nothing
|
||||
, lockedBy = []
|
||||
}
|
||||
in (\owner -> template {owner = owner})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue