Not enough "y'all" in "all y'all". Not enough test ETH, either.

pull/899/head
David Núñez 2019-03-29 17:07:27 +01:00
parent 8216d6b39f
commit 023083db64
2 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,7 @@ INSECURE_DEVELOPMENT_PASSWORD = ''.join(SystemRandom().choice(ascii_uppercase +
MAX_TEST_SEEDER_ENTRIES = 20
TESTING_ETH_AIRDROP_AMOUNT = int(Web3().fromWei(100, 'ether'))
TESTING_ETH_AIRDROP_AMOUNT = int(Web3().toWei(100, 'ether'))
#

View File

@ -394,6 +394,7 @@ def blockchain_ursulas(three_agents, ursula_decentralized_test_config):
token_agent, miner_agent, policy_agent = three_agents
etherbase, alice, bob, *all_yall = token_agent.blockchain.interface.w3.eth.accounts
assert len(all_yall) >= NUMBER_OF_URSULAS_IN_DEVELOPMENT_NETWORK
ursula_addresses = all_yall[:NUMBER_OF_URSULAS_IN_DEVELOPMENT_NETWORK]
token_airdrop(origin=etherbase,