diff --git a/creator-node/src/services/URSMRegistrationManager.js b/creator-node/src/services/URSMRegistrationManager.js index 37bdf34ae22..ce2565d5dcc 100644 --- a/creator-node/src/services/URSMRegistrationManager.js +++ b/creator-node/src/services/URSMRegistrationManager.js @@ -30,6 +30,9 @@ class URSMRegistrationManager { this.spOwnerWallet = nodeConfig.get('spOwnerWallet') this.oldDelegateOwnerWallet = this.nodeConfig.get('oldDelegateOwnerWallet') this.oldDelegatePrivateKey = this.nodeConfig.get('oldDelegatePrivateKey') + this.entityManagerReplicaSetEnabled = this.nodeConfig.get( + 'entityManagerReplicaSetEnabled' + ) if ( !this.audiusLibs || @@ -127,6 +130,7 @@ class URSMRegistrationManager { `activeDelegateOwnerWallet: ${activeDelegateOwnerWallet.toLowerCase()} // delegateOwnerWalletFromURSM: ${delegateOwnerWalletFromURSM}` ) if ( + !this.entityManagerReplicaSetEnabled && activeDelegateOwnerWallet.toLowerCase() === delegateOwnerWalletFromURSM ) { // Update config