bugifx: assign 'node_id' when converting from 'GatewayDetails' to 'TestNode' (#5143)
This commit is contained in:
committed by
GitHub
parent
35343b5220
commit
6dc9b79ace
@@ -87,7 +87,7 @@ pub struct GatewayDetails {
|
||||
impl From<GatewayDetails> for TestNode {
|
||||
fn from(value: GatewayDetails) -> Self {
|
||||
TestNode {
|
||||
node_id: None,
|
||||
node_id: Some(value.node_id),
|
||||
identity_key: Some(value.identity),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user