File tree 2 files changed +4
-4
lines changed
plutus-context-builder/src/Plutus
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module Plutus.ContextBuilder (
77
77
CE. buildCertifying' ,
78
78
V. VotingBuilder ,
79
79
V. buildVoting' ,
80
- V. withVoter ,
80
+ V. withVoting ,
81
81
T. TxInfoBuilder (.. ),
82
82
T. mints ,
83
83
T. buildTxInfo ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module Plutus.ContextBuilder.Voting (
20
20
VotingBuilder ,
21
21
22
22
-- * Input
23
- withVoter ,
23
+ withVoting ,
24
24
25
25
-- * builder
26
26
buildVoting' ,
@@ -90,8 +90,8 @@ instance Normalizer VotingBuilder where
90
90
91
91
@since 4.0.0
92
92
-}
93
- withVoter :: Voter -> VotingBuilder
94
- withVoter v = VB mempty $ Just v
93
+ withVoting :: Voter -> VotingBuilder
94
+ withVoting v = VB mempty $ Just v
95
95
96
96
{- | Builds @ScriptContext@ according to given configuration and
97
97
@VotingBuilder@.
You can’t perform that action at this time.
0 commit comments