mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 03:44:20 +01:00
Added BTG to Docker Generate
This commit is contained in:
@@ -38,7 +38,13 @@ namespace DockerGenerator
|
||||
CryptoFragment = "bitcoin",
|
||||
CLightningFragment = "bitcoin-clightning",
|
||||
},
|
||||
};
|
||||
new CryptoDefinition()
|
||||
{
|
||||
Crypto = "btg",
|
||||
CryptoFragment = "bitcoingold",
|
||||
CLightningFragment = null,
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user