aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rest.py
diff options
context:
space:
mode:
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 a4b93472f..25eb2366d 100755
--- a/qa/rpc-tests/rest.py
+++ b/qa/rpc-tests/rest.py
@@ -223,7 +223,7 @@ class RESTTest (BitcoinTestFramework):
response_header = http_get_call(url.hostname, url.port, '/rest/headers/1/'+bb_hash+self.FORMAT_SEPARATOR+"bin", True)
assert_equal(response_header.status, 200)
headerLen = int(response_header.getheader('content-length'))
- assert_equal(headerLen, 297) # DOGE: AuxPoW makes headers longer
+ assert_equal(headerLen, 297) # DIS: AuxPoW makes headers longer
response_header_str = response_header.read()
assert_equal(response_str[0:headerLen], response_header_str)