mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #4512 from wiz/fix-name-of-liquid-tetherusd
Fix name of L-USDT asset to Tether USD (Liquid)
This commit is contained in:
commit
9ab53eb099
@ -7,6 +7,6 @@ public class TetherUSDLiquid extends Coin {
|
||||
public TetherUSDLiquid() {
|
||||
// If you add a new USDT variant or want to change this ticker symbol you should also look here:
|
||||
// core/src/main/java/bisq/core/provider/price/PriceProvider.java:getAll()
|
||||
super("Tether USD (Liquid Bitcoin)", "L-USDT", new LiquidBitcoinAddressValidator());
|
||||
super("Tether USD (Liquid)", "L-USDT", new LiquidBitcoinAddressValidator());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user