Right now the wallet only adds new keysets to the db when it encounters them (append-only). However, if a keyset is deleted by the mint, the wallet will keep trying to use it. We should mark keysets as "deleted" if they disappear form the keysets response and not load them to memory.