Skip to content

Commit

Permalink
Merge pull request #1713 from spacemeshos/release-1.4.6
Browse files Browse the repository at this point in the history
Release v1.4.6
  • Loading branch information
brusherru authored Apr 18, 2024
2 parents 1105052 + d80064d commit 29605a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions desktop/TransactionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,13 @@ class TransactionManager extends AbstractManager {

const addReward = this.addReward(address);
this.retrieveRewards(address, 0)
.then((rewards) => {
this.unsubs[address].push(
this.glStateService.listenRewardsByCoinbase(address, addReward)
);
return this.replaceRewards(address, rewards);
})
.then((rewards) => this.replaceRewards(address, rewards))
.catch((err) => {
this.logger.error('Can not retrieve and store rewards', err);
});
this.unsubs[address].push(
this.glStateService.listenRewardsByCoinbase(address, addReward)
);
};

watchForAddress = (address: Bech32Address) => {
Expand Down
2 changes: 1 addition & 1 deletion node/use-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.4
v1.4.6
2 changes: 1 addition & 1 deletion node/use-version-quicksync
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.10
v0.1.11
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spacemesh_app",
"productName": "Spacemesh",
"version": "1.4.5",
"version": "1.4.6",
"author": {
"name": "Spacemesh",
"email": "[email protected]",
Expand Down

0 comments on commit 29605a1

Please sign in to comment.