remove stake checking in more places
This commit is contained in:
parent
6a86a096db
commit
baf209843a
3 changed files with 199 additions and 204 deletions
|
|
@ -966,7 +966,7 @@ mkInvalidOutputStakeBundles nCosigners nEffects =
|
|||
liftA2
|
||||
mkBundle
|
||||
[True, False]
|
||||
[Draft, VotingReady]
|
||||
[Draft]
|
||||
where
|
||||
mkBundle authScript from =
|
||||
let template = mkValidToNextStateBundle nCosigners nEffects authScript from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue