Skip to content

Commit

Permalink
add unload from my garages
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Sep 26, 2023
1 parent 2f7043a commit 2cb8783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NineChronicles.Headless/Middleware/HttpCaptureMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Libplanet.Types.Tx;
using Microsoft.AspNetCore.Http;
using Nekoyume.Action;
using Nekoyume.Action.Garages;
using Nekoyume.Blockchain;
using Serilog;
using ILogger = Serilog.ILogger;
Expand Down Expand Up @@ -104,7 +105,8 @@ and not TransferAsset3
and not TransferAsset2
and not TransferAsset0
and not TransferAssets
and not TransferAssets0)
and not TransferAssets0
and not UnloadFromMyGarages)
{
if (_ipSignerList.ContainsKey(remoteIp))
{
Expand Down

0 comments on commit 2cb8783

Please sign in to comment.