diff --git a/cmd/kaspawallet/daemon/server/sync.go b/cmd/kaspawallet/daemon/server/sync.go index 00fdef1cc..f9672bcb7 100644 --- a/cmd/kaspawallet/daemon/server/sync.go +++ b/cmd/kaspawallet/daemon/server/sync.go @@ -159,10 +159,6 @@ func (s *server) updateAddressesAndLastUsedIndexes(requestedAddressSet walletAdd continue } - if walletAddress.cosignerIndex != s.keysFile.CosignerIndex { - continue - } - s.addressSet[entry.Address] = walletAddress if walletAddress.keyChain == libkaspawallet.ExternalKeychain {