Skip to content

Commit

Permalink
fix: proxy attr
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Jul 18, 2024
1 parent 7cf4faf commit 24f9f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pub trait LifeBondingContract:

// NEEDS TO BE USED AS STORAGE WAS NOT IMPLEMENTED
// DEVNET
self.total_bond_amount()
.set(BigUint::from(1313800000000000000000u128));
// self.total_bond_amount()
// .set(BigUint::from(1313800000000000000000u128));

// MAINNET
// self.total_bond_amount()
Expand Down
2 changes: 1 addition & 1 deletion src/life_bonding_sc_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ where
}

#[type_abi]
#[derive(TopEncode, TopDecode, NestedDecode, NestedEncode)]
#[derive(TopEncode, TopDecode, NestedDecode, NestedEncode, ManagedVecItem)]
pub struct Refund<Api>
where
Api: ManagedTypeApi,
Expand Down

0 comments on commit 24f9f7b

Please sign in to comment.