test: include the binary path in the ForeignNode
Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
parent
f758504d05
commit
d9bebb9a74
@ -25,6 +25,7 @@ pub mod common {
|
||||
pub id: PeerId,
|
||||
pub pk: PublicKey,
|
||||
pub addrs: Vec<Multiaddr>,
|
||||
pub binary_path: String,
|
||||
}
|
||||
|
||||
impl ForeignNode {
|
||||
@ -96,6 +97,7 @@ pub mod common {
|
||||
id,
|
||||
pk,
|
||||
addrs: addresses,
|
||||
binary_path,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user