We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9d61a commit 1b7c29eCopy full SHA for 1b7c29e
solana/programs/example-native-token-transfers/src/instructions/initialize.rs
@@ -155,7 +155,7 @@ fn initialize_config_and_rate_limit(
155
pending_owner: None,
156
paused: false,
157
next_transceiver_id: 0,
158
- // NOTE: can't be changed for now
+ // NOTE: can be changed via `set_threshold` ix
159
threshold: 1,
160
enabled_transceivers: Bitmap::new(),
161
custody: common.custody.key(),
0 commit comments