Skip to content

Commit

Permalink
fix(Composition): Chain composition
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed Nov 12, 2019
1 parent 39d3625 commit 9ac705f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions es/chain/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ const Chain = Oracle.compose({
getTxInfo: required,
mempool: required,
txDryRun: required,
getAccount: required,
getContractByteCode: required,
getContract: required
getAccount: required
}
}))

Expand Down

0 comments on commit 9ac705f

Please sign in to comment.