Skip to content

Commit

Permalink
fix: duplicate storage mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Mar 19, 2024
1 parent 02cc0b4 commit 6966554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub struct Refund<M: ManagedTypeApi> {
#[multiversx_sc::module]
pub trait StorageModule {
// Compensation storage
#[storage_mapper("compensations_ids")]
#[storage_mapper("compensations_tokens_nonces")]
fn compensations_ids(&self) -> ObjectToIdMapper<Self::Api, (TokenIdentifier, u64)>;

#[storage_mapper("compensations_ids")]
Expand Down

0 comments on commit 6966554

Please sign in to comment.