Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
refactor(arbitrable): rename json key
Browse files Browse the repository at this point in the history
  • Loading branch information
n1c01a5 committed Sep 27, 2018
1 parent a169b61 commit e53c878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class MultipleArbitrableTransaction extends Arbitrable {
buyerFee: this._Web3Wrapper.fromWei(arbitrableTransaction[8], 'ether'),
lastInteraction: arbitrableTransaction[9].toNumber(),
status: arbitrableTransaction[10].toNumber(),
metaEvidenceUri: await this.getMetaEvidence(arbitrableTransactionId)
metaEvidence: await this.getMetaEvidence(arbitrableTransactionId)
}
}
}
Expand Down

0 comments on commit e53c878

Please sign in to comment.