We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee63be commit 94d291eCopy full SHA for 94d291e
packages/nitro-rpc-client/src/rpc-client.ts
@@ -89,7 +89,7 @@ export class NitroRpcClient implements RpcClientApi {
89
"payment_channel_updated",
90
(payload: PaymentChannelUpdatedNotification["params"]["payload"]) => {
91
if (payload.ID === channelId) {
92
- this.GetLedgerChannel(channelId).then((l) => {
+ this.GetPaymentChannel(channelId).then((l) => {
93
if (l.Status == status) resolve();
94
});
95
}
0 commit comments