aboutsummaryrefslogtreecommitdiff
path: root/examples/fullmesh.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-21 16:43:17 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-21 16:43:17 +0100
commit8858c9428936534ef2b62d73283cd800f4b838d6 (patch)
treee3569aaabad79f14093b1e140c88770676840dea /examples/fullmesh.rs
parent96a3cc1e1f5c0c4e73ad1036a7e0add19d9a197e (diff)
downloadnetapp-8858c9428936534ef2b62d73283cd800f4b838d6.tar.gz
netapp-8858c9428936534ef2b62d73283cd800f4b838d6.zip
Implement version tag for application as well
Diffstat (limited to 'examples/fullmesh.rs')
-rw-r--r--examples/fullmesh.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fullmesh.rs b/examples/fullmesh.rs
index afc4deb..b068410 100644
--- a/examples/fullmesh.rs
+++ b/examples/fullmesh.rs
@@ -71,7 +71,7 @@ async fn main() {
info!("Node public address: {:?}", public_addr);
info!("Node listen address: {}", listen_addr);
- let netapp = NetApp::new(netid.clone(), privkey.clone());
+ let netapp = NetApp::new(0u64, netid.clone(), privkey.clone());
let mut bootstrap_peers = vec![];
for peer in opt.bootstrap_peers.iter() {