Skip to content

Commit

Permalink
refactor: Remove deprecated key_derive_path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Jan 2, 2024
1 parent a66826c commit cb6282d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tap_aggregator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ struct Args {
#[arg(long, env = "TAP_PRIVATE_KEY")]
private_key: String,

/// Sender key derive path to be used to generate key for signing Receipt Aggregate Vouchers.
#[arg(long, default_value = "m/44'/60'/0'/0/0", env = "TAP_KEY_DERIVE_PATH")]
key_derive_path: String,

/// Maximum request body size in bytes.
/// Defaults to 10MB.
#[arg(long, default_value_t = 10 * 1024 * 1024, env = "TAP_MAX_REQUEST_BODY_SIZE")]
Expand Down

0 comments on commit cb6282d

Please sign in to comment.