Skip to content

Commit

Permalink
Update tools/walletextension/subscriptions/subscriptions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Gomes <[email protected]>
  • Loading branch information
zkokelj and otherview authored Nov 8, 2023
1 parent d8320d5 commit a9dd2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/walletextension/subscriptions/subscriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func prepareLogResponse(idAndLog common.IDAndLog, userSubscriptionID gethrpc.ID)

func (sm *SubscriptionManager) HandleUnsubscribe(userSubscriptionID string, rpcResp *interface{}) {
subscriptions, exists := sm.subscriptionMappings[userSubscriptionID]

if !exists {
*rpcResp = false
return
Expand Down

0 comments on commit a9dd2a1

Please sign in to comment.