Rename mutation to UPSERT_WALLET_RECEIVE_LND_GRPC (#2384)
This commit is contained in:
parent
067d9069cb
commit
21532509fb
@ -172,7 +172,7 @@ export const UPSERT_WALLET_RECEIVE_CLN_REST = gql`
|
|||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
export const UPSERT_WALLET_RECEIVE_LNDGRPC = gql`
|
export const UPSERT_WALLET_RECEIVE_LND_GRPC = gql`
|
||||||
mutation upsertWalletRecvLNDGRPC(
|
mutation upsertWalletRecvLNDGRPC(
|
||||||
${sharedRecv.variables},
|
${sharedRecv.variables},
|
||||||
$socket: String!,
|
$socket: String!,
|
||||||
|
@ -4,7 +4,7 @@ import {
|
|||||||
UPSERT_WALLET_RECEIVE_CLN_REST,
|
UPSERT_WALLET_RECEIVE_CLN_REST,
|
||||||
UPSERT_WALLET_RECEIVE_LIGHTNING_ADDRESS,
|
UPSERT_WALLET_RECEIVE_LIGHTNING_ADDRESS,
|
||||||
UPSERT_WALLET_RECEIVE_LNBITS,
|
UPSERT_WALLET_RECEIVE_LNBITS,
|
||||||
UPSERT_WALLET_RECEIVE_LNDGRPC,
|
UPSERT_WALLET_RECEIVE_LND_GRPC,
|
||||||
UPSERT_WALLET_RECEIVE_NWC,
|
UPSERT_WALLET_RECEIVE_NWC,
|
||||||
UPSERT_WALLET_RECEIVE_PHOENIXD,
|
UPSERT_WALLET_RECEIVE_PHOENIXD,
|
||||||
UPSERT_WALLET_SEND_BLINK,
|
UPSERT_WALLET_SEND_BLINK,
|
||||||
@ -301,7 +301,7 @@ function getWalletProtocolMutation (protocol) {
|
|||||||
case 'CLN_REST':
|
case 'CLN_REST':
|
||||||
return protocol.send ? null : UPSERT_WALLET_RECEIVE_CLN_REST
|
return protocol.send ? null : UPSERT_WALLET_RECEIVE_CLN_REST
|
||||||
case 'LND_GRPC':
|
case 'LND_GRPC':
|
||||||
return protocol.send ? null : UPSERT_WALLET_RECEIVE_LNDGRPC
|
return protocol.send ? null : UPSERT_WALLET_RECEIVE_LND_GRPC
|
||||||
case 'LNC':
|
case 'LNC':
|
||||||
return protocol.send ? UPSERT_WALLET_SEND_LNC : null
|
return protocol.send ? UPSERT_WALLET_SEND_LNC : null
|
||||||
case 'WEBLN':
|
case 'WEBLN':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user