Skip to content

Commit

Permalink
Merge branch 'development' into ho_remove_wallet_type_from_config
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden authored May 28, 2024
2 parents cefa6df + ef387d7 commit 065fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comms/dht/src/outbound/message_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl Default for FinalSendMessageParams {
is_discovery_enabled: false,
dht_header: None,
debug_info: None,
tag: None,
tag: Some(MessageTag::new()),
}
}
}
Expand Down

0 comments on commit 065fa50

Please sign in to comment.