We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b3d86 commit 63336dbCopy full SHA for 63336db
test/graph_test.py
@@ -75,7 +75,7 @@
75
assert ao_res.status_code == 200
76
addrman = ao_res.json()
77
if "new" in addrman and "tried" in addrman:
78
- print("forkobserver OK")
+ print("addrmanobserver OK")
79
else:
80
raise Exception("addrmanobserver not OK")
81
0 commit comments