Skip to content

Commit e924eee

Browse files
author
Jason Yellick
committed
[FAB-1651] Fix broadcast_timestamp client
https://jira.hyperledger.org/browse/FAB-1651 The broadcast_timestamp client has gotten slightly out of sync with the orderer code, and does not work. It is a simple fix to set the signature header field as seen in the diff. Change-Id: I70c00b356ac65b74d06e59f1bd05eab0e9f4097d Signed-off-by: Jason Yellick <[email protected]>
1 parent 9e8fb87 commit e924eee

File tree

1 file changed

+1
-0
lines changed
  • orderer/sample_clients/broadcast_timestamp

1 file changed

+1
-0
lines changed

orderer/sample_clients/broadcast_timestamp/client.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func (s *broadcastClient) broadcast(transaction []byte) error {
4646
ChainHeader: &cb.ChainHeader{
4747
ChainID: s.chainID,
4848
},
49+
SignatureHeader: &cb.SignatureHeader{},
4950
},
5051
Data: transaction,
5152
})

0 commit comments

Comments
 (0)