@ -120,8 +120,8 @@ export class Blockchain extends Plugin {
onDeactivation() {
this.active = false
for (const plugin of this.registeredPluginEvents) {
for (const pluginName of this.registeredPluginEvents) {
this.off(plugin, 'chainChanged')
this.off(pluginName, 'chainChanged')
}