mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-21 18:32:04 +08:00
use the right address
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user