Skip to content

Commit

Permalink
feat: make durability default to persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Nov 29, 2023
1 parent acb8367 commit d4edd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub struct Args {
)]
pub wasm_hash: Option<String>,
/// Storage entry durability
#[arg(long, value_enum, required = true)]
#[arg(long, value_enum, required = true, default_value = "persistent")]
pub durability: Durability,
}

Expand Down

0 comments on commit d4edd69

Please sign in to comment.