Skip to content

Commit

Permalink
fix: depositAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
akastercomcom committed Sep 20, 2023
1 parent 9a9d34e commit e547d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/modelController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class ModelController {
}

private async getDepositAddress(appName: string) {
return (await this.ain.getValue(Path.app(appName).billingConfig())).defaultAddress;
return (await this.ain.getValue(Path.app(appName).billingConfig())).depositAddress;
}

private isLoggedIn() {
Expand Down

0 comments on commit e547d6c

Please sign in to comment.