Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong committed Aug 1, 2024
1 parent 206a853 commit 17b4488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/neoxp/Commands/BatchCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ await txExec.TransferNFTAsync(
chainManager.SaveChain(chainFilename!);
await writer.WriteLineAsync($"Created Wallet {cmd.Model.Name}");
for (int x = 0; x < wallet.Accounts.Count; x++)
{
await writer.WriteLineAsync($" Address: {wallet.Accounts[x].ScriptHash}");
}
break;
}
default:
Expand Down

0 comments on commit 17b4488

Please sign in to comment.