From b56f4bfe4f690293d991458aa9eec038c6879cf2 Mon Sep 17 00:00:00 2001 From: Pia Date: Sun, 28 Apr 2024 12:42:58 +0900 Subject: [PATCH] comment --- crates/common/src/node_account.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/common/src/node_account.rs b/crates/common/src/node_account.rs index bfa05b0..2b040e0 100644 --- a/crates/common/src/node_account.rs +++ b/crates/common/src/node_account.rs @@ -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, }