Skip to content

Commit

Permalink
refactor: remove channel from the universal stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
subhod-i committed Oct 3, 2021
1 parent 5b73e42 commit 63e88ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ae/universal.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import Oracle from './oracle'
import GeneralizeAccount from '../contract/ga'
import AccountMultiple from '../account/multiple'
import Contract from './contract'
import Channel from '../channel'

/**
* Universal Stamp
Expand All @@ -43,4 +42,4 @@ import Channel from '../channel'
* @param {Object} [options={}] - Initializer object
* @return {Object} Universal instance
*/
export default Ae.compose(AccountMultiple, Chain, Transaction, Aens, Contract, Oracle, GeneralizeAccount, Channel)
export default Ae.compose(AccountMultiple, Chain, Transaction, Aens, Contract, Oracle, GeneralizeAccount)

0 comments on commit 63e88ce

Please sign in to comment.