Skip to content

Commit

Permalink
Merge pull request #216 from Bananapus/cantina/15
Browse files Browse the repository at this point in the history
cantina/15
  • Loading branch information
mejango authored Jan 9, 2025
2 parents df72c75 + 6726148 commit 03897b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JBTerminalStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ contract JBTerminalStore is IJBTerminalStore {
JBBeforeCashOutRecordedContext memory context = JBBeforeCashOutRecordedContext({
terminal: msg.sender,
holder: holder,
projectId: uint56(projectId),
projectId: projectId,
rulesetId: ruleset.id,
cashOutCount: cashOutCount,
totalSupply: totalSupply,
Expand Down Expand Up @@ -646,7 +646,7 @@ contract JBTerminalStore is IJBTerminalStore {
terminal: msg.sender,
payer: payer,
amount: amount,
projectId: uint56(projectId),
projectId: projectId,
rulesetId: ruleset.id,
beneficiary: beneficiary,
weight: ruleset.weight,
Expand Down

0 comments on commit 03897b2

Please sign in to comment.