Skip to content

Commit 07f5405

Browse files
authored
Disable Launch dry run mode (#178)
1 parent c610cc8 commit 07f5405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ocp/rpc/currency/launch.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ func (s *currencyServer) Launch(ctx context.Context, req *currencypb.LaunchReque
4242
return nil, err
4343
}
4444

45-
// Restrict currency launch internally for now
46-
isDryRun := ownerAccount.PublicKey().ToBase58() != s.conf.adminPublicKey.Get(ctx)
45+
// Do not restrict currency launch internally for now
46+
isDryRun := false
4747

4848
count, err := s.data.CountCurrencyMints(ctx)
4949
if err != nil {

0 commit comments

Comments
 (0)