ethergo/chain/client/near/transactions.go
Function getTransactions
has 5 return statements (exceeds 4 allowed). Open
Open
func getTransactions(ctx context.Context, c AuroraClient, txHashes []common.Hash, blockHash common.Hash) (txes []*types.Transaction, err error) {
if len(txHashes) == 0 {
return txes, nil
}