mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
ethapi: getReceipts gen 6blocks
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
1fe582d23b
commit
931957e084
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue