Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Fix failing acceptance test
Browse files Browse the repository at this point in the history
- expected value was generated with the wrong privacy group
  • Loading branch information
iikirilov committed Apr 29, 2019
1 parent ed67294 commit 6df2d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public void node1CanInteractWithMultiplePrivacyGroups() {
nextNonce = getNonce(node1, privacyGroup12);

final Address contractFor12 =
generateContractAddress(node1.getAddress(), nextNonce, privacyGroup123);
generateContractAddress(node1.getAddress(), nextNonce, privacyGroup12);

final String deployContractFor12 =
PrivateTransactionBuilder.builder()
Expand Down

0 comments on commit 6df2d50

Please sign in to comment.