Skip to content

Commit

Permalink
fix: removed refreshState
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Feb 18, 2024
1 parent d5de96e commit 9fe3858
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ export class WalletConnectCommunicationClient extends CommunicationClient {
logger.debug('Session is now', [session.pairingTopic])

this.validateReceivedNamespace(permissionScopeParams, this.session.namespaces)
this.refreshState()
})
.catch(async (error: any) => {
hasResponse = true
Expand Down

0 comments on commit 9fe3858

Please sign in to comment.