ethapi: getReceipts gen 6blocks

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2023-08-18 22:36:31 +08:00
parent 1fe582d23b
commit 931957e084

View file

@ -1870,7 +1870,7 @@ func TestRPCGetTransactionReceipt(t *testing.T) {
t.Parallel()
var (
backend, txHashes = setupReceiptBackend(t, 5)
backend, txHashes = setupReceiptBackend(t, 6)
api = NewTransactionAPI(backend, new(AddrLocker))
)