remove unused fragment, fix BestWallet to return flags
This commit is contained in:
parent
fdc3df9c15
commit
ed66cfb3f8
|
@ -205,16 +205,9 @@ export const BEST_WALLETS = gql`
|
|||
priority
|
||||
type
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
`
|
||||
export const BEST_SEND_WALLETS = gql`
|
||||
query BestSendWallets {
|
||||
wallets (includeSenders: true, includeReceivers: false, onlyEnabled: true, prioritySort: "asc") {
|
||||
id
|
||||
priority
|
||||
type
|
||||
updatedAt
|
||||
canSend
|
||||
canReceive
|
||||
enabled
|
||||
}
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue