Skip to content

Commit c4af86c

Browse files
rootroot
authored andcommitted
fixup! sim-ln/refactor: move parsing into its own module
1 parent 047ee33 commit c4af86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim-cli/src/parsing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ enum NodeConnection {
9595
/// Data structure used to parse information from the simulation file. It allows source and destination to be
9696
/// [NodeId], which enables the use of public keys and aliases in the simulation description.
9797
#[derive(Debug, Clone, Serialize, Deserialize)]
98-
pub struct ActivityParser {
98+
struct ActivityParser {
9999
/// The source of the payment.
100100
#[serde(with = "serializers::serde_node_id")]
101101
pub source: NodeId,

0 commit comments

Comments
 (0)