Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed Sep 25, 2024
1 parent 3329d1b commit e2f837a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lib9c.Models/States/CombinationSlotState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ public CombinationSlotState(IValue bencoded)
UnlockBlockIndex = d["unlockBlockIndex"].ToLong();
UnlockStage = d["unlockStage"].ToInteger();

if (d.TryGetValue((Text)"result", out var result))
{
Result = AttachmentActionResultFactory.Create(result);
}
// if (d.TryGetValue((Text)"result", out var result))
// {
// Result = AttachmentActionResultFactory.Create(result);
// }

if (d.TryGetValue((Text)"startBlockIndex", out var startIndex))
{
Expand Down

0 comments on commit e2f837a

Please sign in to comment.