Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk committed Dec 6, 2024
1 parent 509a72a commit ee68a13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions toolkit/cli/smart-contracts-commands/src/register.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ pub struct RegisterCmd {
registration_utxo: UtxoId,
#[arg(long)]
payment_key_file: String,
#[arg(long)]
stake_signing_key_file: String,
#[arg(long, value_name = "SIDECHAIN_KEY:AURA_KEY:GRANDPA_KEY", value_parser = parse_sidechain_public_keys)]
sidechain_public_keys: (SidechainPublicKey, AuraPublicKey, GrandpaPublicKey),
#[arg(long)]
Expand Down
1 change: 0 additions & 1 deletion toolkit/primitives/domain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ pub struct BlockProducerRegistration {
pub sidechain_pub_key: SidechainPublicKey,
pub sidechain_signature: SidechainSignature,
pub registration_utxo: UtxoId,
// pub own_pkh: MainchainAddressHash,
pub aura_pub_key: AuraPublicKey,
pub grandpa_pub_key: GrandpaPublicKey,
}
Expand Down

0 comments on commit ee68a13

Please sign in to comment.