Helius
2021-05-20 0220eaf182a8bc57403fc48be0a5a76ed42640e7
src/main/java/com/xcong/excoin/configurations/RabbitMqConfig.java
@@ -186,7 +186,7 @@
   @Bean
    public DirectExchange usdtUpdateExchange() {
        return new DirectExchange(EXCHANGE_USDT_UPDATE);
        return new DirectExchange(EXCHANGE_XCH);
    }
@@ -202,7 +202,7 @@
    @Bean
    public DirectExchange usdtAddressExchange() {
        return new DirectExchange(EXCHANGE_USDT_ADDRESS);
        return new DirectExchange(EXCHANGE_XCH);
    }