chore: remove repetitive words in comment
Signed-off-by: promalert <promalert@outlook.com>
This commit is contained in:
@@ -25,7 +25,7 @@ Steps to reproduce the behaviour, if you're familiar with BDD syntax, please wri
|
||||
|
||||
*An example:*
|
||||
- Given I was setting up a mix-node following the instructions in the docs
|
||||
- And I successfully bonded my node via the the wallet
|
||||
- And I successfully bonded my node via the wallet
|
||||
- When I went to start my mixnode
|
||||
- Then I was presented with an error
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ pub(crate) enum CommonConfigsWrapper {
|
||||
// nym-api
|
||||
NymApi(NymApiConfigLight),
|
||||
|
||||
// anything else that might get get introduced
|
||||
// anything else that might get introduced
|
||||
Unknown(UnknownConfigWrapper),
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ use nym_sdk::mixnet::{MixnetClientSender, Recipient};
|
||||
use tokio_util::sync::CancellationToken;
|
||||
use tracing::info;
|
||||
|
||||
// Import these here for for all modules to use, to keep the version consistent
|
||||
// Import these here for all modules to use, to keep the version consistent
|
||||
pub(crate) use nym_ip_packet_requests::v8 as nym_ip_packet_requests_current;
|
||||
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user