mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-12-07 08:51:51 +00:00
Update mobile bindings
This commit is contained in:
@@ -9,7 +9,7 @@ func TestStartYggdrasil(t *testing.T) {
|
||||
}
|
||||
t.Log("Address:", ygg.GetAddressString())
|
||||
t.Log("Subnet:", ygg.GetSubnetString())
|
||||
t.Log("Coords:", ygg.GetCoordsString())
|
||||
t.Log("Routing entries:", ygg.GetRoutingEntries())
|
||||
if err := ygg.Stop(); err != nil {
|
||||
t.Fatalf("Failed to stop Yggdrasil: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user