qtumproject / qtum-android

GNU General Public License v3.0
28 stars 51 forks source link

error in ui getHistoryList #8

Closed denuoweb closed 5 years ago

denuoweb commented 5 years ago

wallet/ui/fragment/wallet_fragment/WalletInteractorImpl.java

public Observable<HistoryResponse> getHistoryList(int limit, int offest) {
    return HtmlcoinService.newInstance().getHistoryListForSeveralAddresses(getAddresses(), limit, offest);

....................offset is spelled offest

KirillVolkov commented 5 years ago

HtmlcoinService?