Commit e6b6071
committed
fix(network): populate ChaincodeInput.Args in fsc test proposal helper
fabric-smart-client v0.15.1's transaction.UnpackProposal now rejects a
ChaincodeInvocationSpec with an empty Input.Args slice. The fsc endorsement
tests' newValidProposalBytes helper built proposals with an empty
ChaincodeInput, which proposalKey's replay-key extraction unpacks on every
call, so every responder test in the package failed.
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>1 parent 9a3ff82 commit e6b6071
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments