Implement tx pool endpoints

This commit is contained in:
Arnau B
2020-10-14 17:38:34 +02:00
parent efed84f1e8
commit 006bbf3321
20 changed files with 990 additions and 399 deletions

View File

@@ -99,6 +99,7 @@ func GenAccounts(totalAccounts, userAccounts int, tokens []common.Token, userAdd
EthAddr: addr,
BatchNum: batches[i%len(batches)].BatchNum,
PublicKey: pubK,
Balance: big.NewInt(int64(i * 10000000)), //nolint:gomnd
})
}
return accs