Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove formal verification messages (#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac authored and jacogr committed May 9, 2017
1 parent c5116e5 commit d83d938
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/src/views/WriteContract/writeContractStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,10 @@ export default class WriteContractStore {

const { errors = [] } = data;
const errorAnnotations = this.parseErrors(errors);
const formalAnnotations = this.parseErrors(data.formal && data.formal.errors, true);
// const formalAnnotations = this.parseErrors(data.formal && data.formal.errors, true);

const annotations = [].concat(
errorAnnotations,
formalAnnotations
errorAnnotations
);

const contractKeys = Object.keys(contracts || {});
Expand Down

0 comments on commit d83d938

Please sign in to comment.