aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rest.py
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-09 00:17:27 +0100
committerVeres Lajos <vlajos@gmail.com>2015-08-10 22:06:27 +0100
commit9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (patch)
tree353f0c636a1f27824afb150fc16692456a00d5f1 /qa/rpc-tests/rest.py
parenta4fe57da6207c1e5691a1e843d22db571f3f0186 (diff)
downloadbitcoin-9f68ed6b6d1a9c6436ce37913666165f2b180ee3.tar.xz
typofixes (found by misspell_fixer)
Diffstat (limited to 'qa/rpc-tests/rest.py')
-rwxr-xr-xqa/rpc-tests/rest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py
index b0cde7268e..eca655a595 100755
--- a/qa/rpc-tests/rest.py
+++ b/qa/rpc-tests/rest.py
@@ -200,7 +200,7 @@ class RESTTest (BitcoinTestFramework):
response = http_get_call(url.hostname, url.port, '/rest/getutxos'+json_request+self.FORMAT_SEPARATOR+'json', '', True)
assert_equal(response.status, 200) #must be a 500 because we exceeding the limits
- self.nodes[0].generate(1) #generate block to not affect upcomming tests
+ self.nodes[0].generate(1) #generate block to not affect upcoming tests
self.sync_all()
################