Add faucet and gas gift check to migration script verify

This commit is contained in:
Louis Holbrook
2021-03-29 19:29:29 +00:00
parent 74457790a4
commit 21fd034478
6 changed files with 100 additions and 33 deletions

View File

@@ -281,6 +281,7 @@ def send(self, txs, chain_spec_dict):
o = raw(tx_hex)
conn = RPCConnection.connect(chain_spec, 'default')
conn.do(o)
s_set_sent.apply_async()
tx_tail = txs[1:]