fix: withdrawal idb store

This commit is contained in:
Danil Kovtonyuk 2022-06-14 18:56:36 +10:00
parent dce468cace
commit c7d1a5cb8e
4 changed files with 17 additions and 20 deletions

View file

@ -16,10 +16,8 @@ export const GET_WITHDRAWALS = `
amount: $amount,
blockNumber_gte: $fromBlock
}) {
id
to
fee
index
nullifier
timestamp
blockNumber
@ -48,7 +46,6 @@ export const GET_DEPOSITS = `
currency: $currency,
blockNumber_gte: $fromBlock
}) {
id
index
timestamp
commitment