Remove multiple provideres in contrustor

This commit is contained in:
nolash
2020-08-07 11:40:15 +02:00
parent b9a88de30c
commit 446787559e
2 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from web3ext import Web3
# TODO: remove and replace with test
if __name__ == '__main__':
w3 = Web3(['ws://127.0.0.1:8546'])
w3 = Web3()
print(w3.eth.personal.newAccount('foo'))
print(w3.eth.blockNumber)
#print(w3.eth.sendTransaction({'to': '0xd3CdA913deB6f67967B99D67aCDFa1712C293601','from': '0xc305c901078781C232A2a521C2aF7980f8385ee9','value': 1000}))