Skip to content

Commit

Permalink
Add missing mut tag (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Aug 18, 2024
1 parent ba6f7c6 commit 4822cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/helium-sub-daos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helium-sub-daos"
version = "0.1.8"
version = "0.1.9"
description = "Created with Anchor"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub struct AdminSetDcOnboardingFeesPaidEpochInfo<'info> {
)]
pub sub_dao: Account<'info, SubDaoV0>,
#[account(
mut,
has_one = sub_dao
)]
pub sub_dao_epoch_info: Account<'info, SubDaoEpochInfoV0>,
Expand Down

0 comments on commit 4822cab

Please sign in to comment.