mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
updates description of mint command
This commit is contained in:
parent
7427c80d77
commit
8bbe00b60b
@ -19,7 +19,7 @@ namespace BiblioTech.Commands
|
||||
|
||||
public override string Name => "mint";
|
||||
public override string StartingMessage => RandomBusyMessage.Get();
|
||||
public override string Description => "Mint some TestTokens and send some Eth to the user if their balance is low.";
|
||||
public override string Description => "Transfer and/or mint some TestTokens and Eth to the user if their balance is low.";
|
||||
public override CommandOption[] Options => new[] { optionalUser };
|
||||
|
||||
protected override async Task Execute(CommandContext context, IGethNode gethNode, ICodexContracts contracts)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user