use the right address

This commit is contained in:
Jude Nelson
2017-11-14 19:38:42 -05:00
parent 0863eaa6fb
commit 86ec80692d

View File

@@ -57,7 +57,7 @@ index_file_data = "<html><head></head><body>foo.test hello world</body></html>"
resource_data = "hello world"
new_key = "cPo24qGYz76xSbUCug6e8LzmzLGJPZoowQC7fCVPLN2tzCUJgfcW"
new_addr = "mqnupoveYRrSHmrxFT9nQQEZt3RLsetbBQ"
new_addr = virtualchain.get_privkey_address(new_key) # "mqnupoveYRrSHmrxFT9nQQEZt3RLsetbBQ"
insanity_key = "cSCyE5Q1AFVyDAL8LkHo1sFMVqmwdvFcCbGJ71xEvto2Nrtzjm67"
@@ -221,6 +221,7 @@ def scenario( wallets, **kw ):
res = testlib.verify_in_queue(ses, 'bar.test', 'transfer', None )
if res:
print res
print "Wrongly issued a TRANSFER"
return False