Skip to content

Commit c75e7a9

Browse files
committed
enable vote compression for p2pNetwork
1 parent ad67b95 commit c75e7a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

network/p2pNetwork.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ func NewP2PNetwork(log logging.Logger, cfg config.Local, datadir string, phonebo
259259
config: cfg,
260260
broadcastQueueHighPrio: make(chan broadcastRequest, outgoingMessagesBufferSize),
261261
broadcastQueueBulk: make(chan broadcastRequest, 100),
262+
enableVoteCompression: wn.config.EnableVoteCompression,
262263
}
263264

264265
if identityOpts != nil {

0 commit comments

Comments
 (0)