Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4084c8f

Browse files
committed
change storage id logic
1 parent 8895ff8 commit 4084c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LoopMintSharp/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
else
191191
{
192192
Console.WriteLine($"Mint {count} out of {lineCount} NFTs was SUCCESSFUL");
193+
storageId.offchainId += 2;
193194
}
194-
storageId.offchainId += 2;
195195
}
196196
}
197197

@@ -320,8 +320,8 @@
320320
else
321321
{
322322
Console.WriteLine($"Mint {count} out of {lineCount} NFTs was SUCCESSFUL");
323-
}
324-
storageId.offchainId += 2;
323+
storageId.offchainId += 2;
324+
}
325325
}
326326
}
327327

0 commit comments

Comments
 (0)