Update dockerfile.

This commit is contained in:
tecnovert
2020-12-01 22:45:03 +02:00
parent 0823e79e4d
commit dca9f08833
9 changed files with 75 additions and 26 deletions

View File

@@ -198,3 +198,6 @@ class CoinInterface:
def coin_name(self):
return chainparams[self.coin_type()]['name'].capitalize()
def ticker(self):
return chainparams[self.coin_type()]['ticker']