File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4367,14 +4367,14 @@ pub struct InitialBalance {
4367
4367
#[ serde( deny_unknown_fields) ]
4368
4368
pub struct InitialBalanceFile {
4369
4369
/// The Stacks address to receive the initial STX balance.
4370
- /// Must be a valid Stacks address string (e.g., "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2").
4370
+ /// Must be a valid "non-mainnet" Stacks address (e.g., "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2").
4371
4371
///
4372
- /// Default: `""`
4372
+ /// Default: No default. This field is required.
4373
4373
pub address : String ,
4374
4374
/// The amount of microSTX to allocate to the address at node startup.
4375
4375
/// 1 STX = 1_000_000 microSTX.
4376
4376
///
4377
- /// Default: `0`
4377
+ /// Default: No default. This field is required.
4378
4378
pub amount : u64 ,
4379
4379
}
4380
4380
You can’t perform that action at this time.
0 commit comments