Skip to content

Commit

Permalink
Update src/components/offsetter/interface.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Ainur <[email protected]>
  • Loading branch information
tekkac and julienbrs committed Nov 28, 2024
1 parent 60d1e3e commit 9993ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/offsetter/interface.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trait IOffsetHandler<TContractState> {
/// Deposit carbon credits from one vintage for offset.
fn deposit_vintage(ref self: TContractState, token_id: u256, cc_amount: u256);

/// Deposit carbon credits from a list of vintage for resale.
/// Deposit carbon credits from a list of vintage for offset.
fn deposit_vintages(ref self: TContractState, token_ids: Span<u256>, cc_amounts: Span<u256>);

///Verify and validate the proof on the Merkle tree side to confirm the offset.
Expand Down

0 comments on commit 9993ca5

Please sign in to comment.