Skip to content

Commit

Permalink
Merge pull request #707 from hubiinetwork/develop
Browse files Browse the repository at this point in the history
0.9.1
  • Loading branch information
katat committed Jan 24, 2019
2 parents 19fd020 + 16e470a commit de31c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubii-core",
"version": "0.9.0",
"version": "0.9.1",
"author": {
"name": "hubii",
"email": "info@hubii.com",
Expand Down
4 changes: 0 additions & 4 deletions src/containers/NahmiiHoc/saga.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ export function* loadStagedBalances({ address }, network) {
}

export function* loadWalletReceipts({ address }, network) {
if (network.provider._network.chainId === 1) {
yield put(actions.loadReceiptsSuccess(address, []));
return;
}
while (true) { // eslint-disable-line no-constant-condition
try {
const receipts = yield network.nahmiiProvider.getWalletReceipts(address);
Expand Down

0 comments on commit de31c25

Please sign in to comment.