Skip to content

Commit

Permalink
withdraw should be Pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism authored and KtorZ committed Aug 9, 2024
1 parent c0db302 commit ae8be0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aiken/transaction.ak
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pub type Transaction {
id: TransactionId,
// new fields for v3
votes: Dict<Voter, Dict<GovernanceActionId, Vote>>,
// ^ Does this need to be pairs?
proposal_procedures: List<ProposalProcedure>,
current_treasury_amount: Option<Lovelace>,
treasury_donation: Option<Lovelace>,
Expand Down

0 comments on commit ae8be0f

Please sign in to comment.