|
|
@@ -93,10 +93,10 @@ func (h *HistoryArbitrage) run() {
|
|
|
h.setupWallets()
|
|
|
|
|
|
// 交易发送测试
|
|
|
- h.sendTransaction(&ArbTx{
|
|
|
- From: h.wallets[0].account.Address,
|
|
|
- To: h.wallets[0].account.Address,
|
|
|
- })
|
|
|
+ //h.sendTransaction(&ArbTx{
|
|
|
+ // From: h.wallets[0].account.Address,
|
|
|
+ // To: h.wallets[0].account.Address,
|
|
|
+ //})
|
|
|
|
|
|
running:
|
|
|
for {
|