Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Oct 12, 2023
1 parent 0ee63be commit 94d291e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nitro-rpc-client/src/rpc-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class NitroRpcClient implements RpcClientApi {
"payment_channel_updated",
(payload: PaymentChannelUpdatedNotification["params"]["payload"]) => {
if (payload.ID === channelId) {
this.GetLedgerChannel(channelId).then((l) => {
this.GetPaymentChannel(channelId).then((l) => {
if (l.Status == status) resolve();
});
}
Expand Down

0 comments on commit 94d291e

Please sign in to comment.