Skip to content

Commit

Permalink
Update ChannelAcceptanceManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 authored Nov 24, 2023
1 parent a10e348 commit 30d28e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/ChannelAcceptanceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const channelAcceptanceManager: IChannelAcceptanceManagerModel = {
channelAcceptRequest.pendingChanId,
false,
);

log.i("Channel request rejected", channelAcceptRequest.commitmentType);
return;
}

Expand Down

0 comments on commit 30d28e0

Please sign in to comment.