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

(fix): correct results for token sales

parent 9e3be2d9
No related merge requests found
Pipeline #65918260 (#754) running with stages
......@@ -599,11 +599,11 @@ class TokenSales implements AggregateInterface
[
"match_phrase" => [
"transactionCategory" => [
"query" => "wire"
"query" => "sale"
]
]
],
[
/*[
"match_phrase" => [
"isTokenTransaction" => [
"query" => true
......@@ -616,7 +616,7 @@ class TokenSales implements AggregateInterface
"query" => "approveAndCall"
]
]
]
]*/
];
$query = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment