Commit 6d00dc53 authored by Mark Harding's avatar Mark Harding
Browse files

(fix): correct results for token sales

parent 9e3be2d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -599,11 +599,11 @@ class TokenSales implements AggregateInterface
            [
            [
                "match_phrase" => [
                "match_phrase" => [
                    "transactionCategory" => [
                    "transactionCategory" => [
                        "query" => "wire"
                        "query" => "sale"
                    ]
                    ]
                ]
                ]
            ],
            ],
            [
            /*[
                "match_phrase" => [
                "match_phrase" => [
                    "isTokenTransaction" => [
                    "isTokenTransaction" => [
                        "query" => true
                        "query" => true
@@ -616,7 +616,7 @@ class TokenSales implements AggregateInterface
                        "query" => "approveAndCall"
                        "query" => "approveAndCall"
                    ]
                    ]
                ]
                ]
            ]
            ]*/
        ];
        ];


        $query = [
        $query = [