Skip to content

Commit

Permalink
[FAB-1651] Fix broadcast_timestamp client
Browse files Browse the repository at this point in the history
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 <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Jan 13, 2017
1 parent 9e8fb87 commit e924eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orderer/sample_clients/broadcast_timestamp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (s *broadcastClient) broadcast(transaction []byte) error {
ChainHeader: &cb.ChainHeader{
ChainID: s.chainID,
},
SignatureHeader: &cb.SignatureHeader{},
},
Data: transaction,
})
Expand Down

0 comments on commit e924eee

Please sign in to comment.