Skip to content

Commit

Permalink
cantina/15
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Jan 4, 2025
1 parent 44ae030 commit f9bdb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit f9bdb39

Please sign in to comment.