Skip to content

Commit 3881465

Browse files
committed
update test interface implementing func
1 parent 69ffbd9 commit 3881465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compactcert/worker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (s *testWorkerStubs) Broadcast(ctx context.Context, tag protocol.Tag, data
196196
return nil
197197
}
198198

199-
func (s *testWorkerStubs) BroadcastSignedTxGroup(tx []transactions.SignedTxn) error {
199+
func (s *testWorkerStubs) BroadcastCompactCertSignedTxGroup(tx []transactions.SignedTxn) error {
200200
require.Equal(s.t, len(tx), 1)
201201
s.txmsg <- tx[0]
202202
return nil

0 commit comments

Comments
 (0)