Skip to content

Commit

Permalink
Revert "Update CN old delegate wallet patch (#3995)"
Browse files Browse the repository at this point in the history
This reverts commit 85fdb29.

Holding for next release. Included in this release due to cut-release
testing today.
  • Loading branch information
joaquincasares committed Oct 3, 2022
1 parent 7169950 commit f2dd367
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions creator-node/src/services/URSMRegistrationManager.js
Expand Up @@ -30,9 +30,6 @@ 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 ||
Expand Down Expand Up @@ -130,7 +127,6 @@ class URSMRegistrationManager {
`activeDelegateOwnerWallet: ${activeDelegateOwnerWallet.toLowerCase()} // delegateOwnerWalletFromURSM: ${delegateOwnerWalletFromURSM}`
)
if (
!this.entityManagerReplicaSetEnabled &&
activeDelegateOwnerWallet.toLowerCase() === delegateOwnerWalletFromURSM
) {
// Update config
Expand Down

0 comments on commit f2dd367

Please sign in to comment.