Skip to content

Commit

Permalink
refactor(RpcClient)!: remove origin property
Browse files Browse the repository at this point in the history
BREAKING CHANGE: RpcClient has no `origin` property
Use `connection` property instead.
  • Loading branch information
davidyuk committed Jun 7, 2022
1 parent 010ebbb commit 7155ed3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/utils/aepp-wallet-communication/rpc/rpc-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ export default stampit({
? [...Object.keys(this.accounts.current), ...Object.keys(this.accounts.connected)]
: []
}
},
origin: {
enumerable: true,
configurable: false,
get () {
return this.connection
}
}
},
methods: {
Expand Down

0 comments on commit 7155ed3

Please sign in to comment.