mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 16:53:52 +02:00
doc: spelling fixes
This commit is contained in:
@@ -85,7 +85,7 @@ class NetTest(BitcoinTestFramework):
|
||||
added_nodes = self.nodes[0].getaddednodeinfo(ip_port)
|
||||
assert_equal(len(added_nodes), 1)
|
||||
assert_equal(added_nodes[0]['addednode'], ip_port)
|
||||
# check that a non-existant node returns an error
|
||||
# check that a non-existent node returns an error
|
||||
assert_raises_jsonrpc(-24, "Node has not been added",
|
||||
self.nodes[0].getaddednodeinfo, '1.1.1.1')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user