Skip to content

Commit

Permalink
Merge pull request #2279 from moreal/keep-mint-assets
Browse files Browse the repository at this point in the history
Keep action type id instead of versioning up
  • Loading branch information
moreal authored Dec 6, 2023
2 parents 04579fe + 25ae8ea commit 25b6250
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 622 deletions.
390 changes: 0 additions & 390 deletions .Lib9c.Tests/Action/MintAssets0Test.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Lib9c/Action/MintAssets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Nekoyume.Action
[ActionType(TypeIdentifier)]
public class MintAssets : ActionBase
{
public const string TypeIdentifier = "mint_assets2";
public const string TypeIdentifier = "mint_assets";

public MintAssets()
{
Expand Down
Loading

0 comments on commit 25b6250

Please sign in to comment.