diff --git a/hammer/send.py b/hammer/send.py index 7d89cc2..699345b 100755 --- a/hammer/send.py +++ b/hammer/send.py @@ -204,7 +204,7 @@ def many_transactions_consecutive(contract, numTx): txs = [] for i in range(numTx): tx = contract_set(contract, i) - print ("set() transaction submitted: ", tx) # Web3.toHex(tx)) # new web3 + print (i, " set() transaction submitted: ", tx) # Web3.toHex(tx)) # new web3 txs.append(tx) return txs