Skip to content

Commit d46f49e

Browse files
Set enterprise = true always
1 parent 68f7733 commit d46f49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/go/0chain.net/blobbercore/handler/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func getStorageNode() (*transaction.StorageNode, error) {
6666
sn.StakePoolSettings.NumDelegates = config.Configuration.NumDelegates
6767
sn.StakePoolSettings.ServiceCharge = config.Configuration.ServiceCharge
6868

69-
sn.IsEnterprise = config.Configuration.IsEnterprise
69+
sn.IsEnterprise = true
7070

7171
return sn, nil
7272
}

0 commit comments

Comments
 (0)