Skip to content

Commit 4134d2a

Browse files
committed
fix after merge
1 parent b256a4f commit 4134d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consensus/spos/bls/v2/benchmark_send_proof_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func benchmarkSendProof(b *testing.B, numberOfKeys int) {
120120
// Initialize consensus state with real keys
121121
consensusState := initializers.InitConsensusStateWithArgsVerifySignature(keysHandlerMock, keys)
122122
dataToBeSigned := []byte("block_header_hash_for_benchmark")
123-
consensusState.Data = dataToBeSigned
123+
consensusState.SetData(dataToBeSigned)
124124

125125
ch := make(chan bool, 1)
126126

0 commit comments

Comments
 (0)