Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Apr 28, 2024
1 parent 3a184e1 commit b56f4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/common/src/node_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ where
/// Key pair for the p2p network.
/// This represents the identity of the node in the network.
p2p_keypair: libp2p::identity::Keypair,
/// The signing key for the StarkNet network.
/// This is used to sign messages and transactions.
/// The account for the StarkNet network.
/// This account is used to interact with the Registry contract.
account: SingleOwnerAccount<P, LocalWallet>,
}

Expand Down

0 comments on commit b56f4bf

Please sign in to comment.