Skip to content

Commit 94d291e

Browse files
committed
fix typo
1 parent 0ee63be commit 94d291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/nitro-rpc-client/src/rpc-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class NitroRpcClient implements RpcClientApi {
8989
"payment_channel_updated",
9090
(payload: PaymentChannelUpdatedNotification["params"]["payload"]) => {
9191
if (payload.ID === channelId) {
92-
this.GetLedgerChannel(channelId).then((l) => {
92+
this.GetPaymentChannel(channelId).then((l) => {
9393
if (l.Status == status) resolve();
9494
});
9595
}

0 commit comments

Comments
 (0)