Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbucur1 committed Dec 18, 2023
1 parent 4bddeac commit 42cfed3
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/on-chain-claim/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub trait OnChainClaimContract:
#[endpoint(updateState)]
fn update_state(
&self,
address: ManagedAddress,
address: &ManagedAddress,
current_streak: u64,
last_epoch_claimed: u64,
total_epochs_claimed: u64,
Expand Down
Loading

0 comments on commit 42cfed3

Please sign in to comment.