Skip to content

Commit

Permalink
feat: adding CreateAccount Operation
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Aug 3, 2024
1 parent 26a6f9d commit 81eb48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_types/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ impl Sequencer {
.update_hashchain(operation, &new_chain)
.map_err(|e| {
PrismError::Database(DatabaseError::WriteError(format!(
"hashchain for incoming operation {:?}: {:?}",
"hashchain for incoming entry {:?}: {:?}",
operation, e
)))
})?;
Expand Down
1 change: 1 addition & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::{
common::{HashchainEntry, Operation},
error::{GeneralError, PrismError, PrismResult, ProofError},
zk_snark::{hash_to_scalar, ProofVariantCircuit},
};
Expand Down

0 comments on commit 81eb48e

Please sign in to comment.