Skip to content

Commit 1b7c29e

Browse files
committed
Update comment about threshold
1 parent dc9d61a commit 1b7c29e

File tree

1 file changed

+1
-1
lines changed
  • solana/programs/example-native-token-transfers/src/instructions

1 file changed

+1
-1
lines changed

solana/programs/example-native-token-transfers/src/instructions/initialize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fn initialize_config_and_rate_limit(
155155
pending_owner: None,
156156
paused: false,
157157
next_transceiver_id: 0,
158-
// NOTE: can't be changed for now
158+
// NOTE: can be changed via `set_threshold` ix
159159
threshold: 1,
160160
enabled_transceivers: Bitmap::new(),
161161
custody: common.custody.key(),

0 commit comments

Comments
 (0)