Skip to content

Commit

Permalink
[Coinbene] add symbols to market data
Browse files Browse the repository at this point in the history
throw new IOException in remoteInit
  • Loading branch information
ivelichkevich committed Nov 15, 2018
1 parent bba410e commit 1f8e35c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ public SynchronizedValueFactory<Long> getNonceFactory() {
@Override
public void remoteInit() throws IOException, ExchangeException {

try {
exchangeMetaData = ((CoinbeneMarketDataService) marketDataService).getMetadata();
} catch (IOException e) {
throw new IOException("Retrieving MetaData for Coinbene failed", e);
}
}
}

0 comments on commit 1f8e35c

Please sign in to comment.