Skip to content

Commit

Permalink
update auth client - account optional
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 10, 2022
1 parent 1fee9cd commit fdc1545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Auth/AuthClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AuthClient {
walletPairService: WalletPairService,
walletRequestSubscriber: WalletRequestSubscriber,
walletRespondService: WalletRespondService,
account: Account,
account: Account?,
rpcHistory: RPCHistory,
cleanupService: CleanupService) {
self.appPairService = appPairService
Expand Down

0 comments on commit fdc1545

Please sign in to comment.