Commit 75c7d7dd authored by Eriksson Monteiro's avatar Eriksson Monteiro

hot-fix: transaction count api and wallet ui

parent 4104e1a3
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -316,7 +316,7 @@ export default class Transaction {
UNION SELECT transaction_output.transaction_id FROM transaction_output \
WHERE transaction_output.address_key_identifier = ? AND transaction_output.status != 3 \
) \
SELECT COUNT(DISTINCT transaction_id) FROM transaction_wallet',
SELECT COUNT(DISTINCT transaction_id) as transaction_count FROM transaction_wallet',
[
keyIdentifier,
keyIdentifier
......
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