We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047ee33 commit c4af86cCopy full SHA for c4af86c
sim-cli/src/parsing.rs
@@ -95,7 +95,7 @@ enum NodeConnection {
95
/// Data structure used to parse information from the simulation file. It allows source and destination to be
96
/// [NodeId], which enables the use of public keys and aliases in the simulation description.
97
#[derive(Debug, Clone, Serialize, Deserialize)]
98
-pub struct ActivityParser {
+struct ActivityParser {
99
/// The source of the payment.
100
#[serde(with = "serializers::serde_node_id")]
101
pub source: NodeId,
0 commit comments