We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c610cc8 commit 07f5405Copy full SHA for 07f5405
1 file changed
ocp/rpc/currency/launch.go
@@ -42,8 +42,8 @@ func (s *currencyServer) Launch(ctx context.Context, req *currencypb.LaunchReque
42
return nil, err
43
}
44
45
- // Restrict currency launch internally for now
46
- isDryRun := ownerAccount.PublicKey().ToBase58() != s.conf.adminPublicKey.Get(ctx)
+ // Do not restrict currency launch internally for now
+ isDryRun := false
47
48
count, err := s.data.CountCurrencyMints(ctx)
49
if err != nil {
0 commit comments