add cli and lowercase dash identifier

This commit is contained in:
Andrew Camilleri 2018-09-17 10:43:31 +02:00
parent cf49b20083
commit 1da3c4ee6a
3 changed files with 5 additions and 1 deletions

1
dash-cli.ps1 Normal file
View File

@ -0,0 +1 @@
docker exec -ti --user dash btcpayserver_dashd dash-cli $args

3
dash-cli.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker exec -ti --user dash btcpayserver_dashd dash-cli "$@"

View File

@ -68,7 +68,7 @@ namespace DockerGenerator
},
new CryptoDefinition()
{
Crypto = "DASH",
Crypto = "dash",
CryptoFragment = "dash"
}
};