Skip to content

Commit

Permalink
tiny grammar change
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Jun 2, 2023
1 parent c63f643 commit a2c7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solar/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Node {

// Print the network key.
println!(
"Node deploy on network: {}",
"Node deployed on network: {}",
hex::encode(config.network.key)
);

Expand Down

0 comments on commit a2c7de2

Please sign in to comment.