Skip to content

Commit

Permalink
Fix folders for ZKP keys
Browse files Browse the repository at this point in the history
Remove zkp_propagation from config and rename log for push_macro

Co-authored-by: ii-cruz <[email protected]>
  • Loading branch information
paberr and ii-cruz committed Apr 24, 2023
1 parent ff93839 commit 06bc624
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 5 deletions.
Binary file removed .zkp/merger_wrapper.bin
Binary file not shown.
Binary file modified .zkp/verifying_keys/merger_wrapper.bin
Binary file not shown.
Binary file removed .zkp_testnet/merger_wrapper.bin
Binary file not shown.
Binary file modified .zkp_testnet/verifying_keys/merger_wrapper.bin
Binary file not shown.
Binary file removed .zkp_tests/merger_wrapper.bin
Binary file not shown.
Binary file modified .zkp_tests/toxic_waste.bin
Binary file not shown.
Binary file modified .zkp_tests/verifying_keys/merger_wrapper.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion blockchain/src/blockchain/zkp_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl Blockchain {
debug!(
block = %this.state.main_chain.head,
num_transactions,
kind = "zkp_extend",
kind = "push_macro",
"Accepted block",
);

Expand Down
4 changes: 0 additions & 4 deletions lib/src/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ pub struct ClientConfig {
#[builder(default)]
pub consensus: ConsensusConfig,

/// ZKP propagation
#[builder(default)]
pub zkp_propagation: bool,

/// The Nimiq network the client should connect to. Usually this should be either `Test` or
/// `Main` for the Nimiq 1.0 networks. For Albatross there is currently only `TestAlbatross`
/// and `DevAlbatross` available. Since Albatross is still in development at time of writing,
Expand Down

0 comments on commit 06bc624

Please sign in to comment.