Skip to content

Commit

Permalink
ref: private safe_erc20 in VestingWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Jan 23, 2025
1 parent 16fbe67 commit ee4302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/finance/vesting_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub struct VestingWallet {
/// Vesting duration.
pub(crate) duration: StorageU64,
/// [`SafeErc20`] contract.
pub(crate) safe_erc20: SafeErc20,
safe_erc20: SafeErc20,
}

/// NOTE: Implementation of [`TopLevelStorage`] to be able use `&mut self` when
Expand Down

0 comments on commit ee4302d

Please sign in to comment.