added wallet_removed to allowed changes (#14855)

This commit is contained in:
Sebastjan Trepca 2023-03-21 10:23:29 +01:00 committed by GitHub
parent aeddd8e92e
commit e11c235b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,6 +242,7 @@ class WalletRpcApi:
"added_stray_cat",
"pending_transaction",
"tx_update",
"wallet_removed",
"new_on_chain_notification",
}:
payloads.append(create_payload_dict("state_changed", change_data, self.service_name, "wallet_ui"))