Skip to content

Commit 1486ae6

Browse files
author
Igor Goldobin
committed
chore: removed harcoded args
1 parent 11c0972 commit 1486ae6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

AddressOwnershipTool/App.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public App(IMediator mediator)
2020

2121
public async Task Run(string[] args)
2222
{
23-
//args = new string[] { "claim", "--walletname=testwallet", "--destination=0x0D36390660dA0950c9d2BcA0e8868F3c4Fdb0eBA", "--walletpassword=Phoenix88" };
24-
//args = new string[] { "validate", "--sigfolder=C:\\Temp\\cirrus\\Validate" };
25-
args = new string[] { "scan", "--start=2062730" };
2623
ICommand<Result> command = null;
2724

2825
Parser

0 commit comments

Comments
 (0)