Jiwon
Jiwon
Related to https://github.com/coder/code-server/issues/5174 Add issue to rsp install part
Detail log: https://github.com/planetarium/libplanet/runs/5986779803?check_suite_focus=true seems to be a problem here ```csharp // Libplanet.Tests/TestUtils.cs 39 line public static readonly PrivateKey[] AdjacentKeys = new PrivateKey[10] ```
Users who play games on multiple devices or care about security, will want to play with a private key in USB. Especially if they bought a lot of NCG, they...
There is an issue in the `NineChronicles.Executor` when creating single templates because a fixed private key is being used [here](https://github.com/planetarium/NineChronicles.Headless/blob/development/NineChronicles.Headless.Executor/Program.cs#L98) in `Secret.cs` [here](https://github.com/planetarium/NineChronicles.Headless/blob/development/NineChronicles.Headless.Executor/Constants/Secret.cs#L5). We already have a good CLI tool...