fix: withdrawal idb store
This commit is contained in:
parent
dce468cace
commit
c7d1a5cb8e
4 changed files with 17 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue