Skip to content

Commit

Permalink
Delete duplicate check in _checkProposalRequest
Browse files Browse the repository at this point in the history
There are duplicate check in _checkProposalRequest(),
the second one was deleted.

Change-Id: I2b3a3fbdddb5c3ecbdf7738480f65feee909a0b6
Signed-off-by: Nao Nishijima <Nao.nishijima@hal.hitachi.com>
  • Loading branch information
Nao Nishijima authored and Nao Nishijima committed Dec 13, 2016
1 parent a522e22 commit fecedd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hfc/lib/Member.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,6 @@ var Member = class {
errorMsg = 'Missing "targets" parameter in the proposal request';
} else if(!request.txId) {
errorMsg = 'Missing "txId" parameter in the proposal request';
} else if(!request.chainId) {
errorMsg = 'Missing "chainId" parameter in the proposal request';
} else if(!request.nonce) {
errorMsg = 'Missing "nonce" parameter in the proposal request';
}
Expand Down

0 comments on commit fecedd7

Please sign in to comment.