Update python test code to reflect HiveRouter API

pull/1312/head
Stephen Shelton 4 years ago
parent 159447b984
commit baac6bf3bd
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -64,7 +64,7 @@ def test_peer_stats(HiveForPeerStats):
# stop our router from gossiping
router = hive.hive.GetRelay(someRouterId, True)
router.stopGossipingRC();
router.disableGossiping();
ignore = collectStatsForAWhile(30);

Loading…
Cancel
Save