Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
feat(External): hasExchangeAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Dec 9, 2016
1 parent c89b3a5 commit 6790340
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/external.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ Object.defineProperties(External.prototype, {
}
return this._sfox;
}
},
'hasExchangeAccount': {
configurable: false,
get: function () {
return (this._coinify && this._coinify.hasAccount) ||
(this._sfox && this._sfox.hasAccount);
}
}
});

Expand Down

0 comments on commit 6790340

Please sign in to comment.