Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed May 10, 2022
1 parent 3c4c088 commit 7ff234e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.tauri.dev",
"identifier": "com.subspace.desktop",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SetupPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export default defineComponent({
const config = await appConfig.read()
if (config.rewardAddress === "") {
util.infoLogger("SETUP PLOT | reward address was empty, creating a new one")
this.rewardAddress = await this.client.createRewardAddress()
this.rewardAddress = this.client.createRewardAddress()
await this.viewMnemonic()
}
else {
Expand Down

0 comments on commit 7ff234e

Please sign in to comment.