Skip to content

Commit

Permalink
mainnet: fix name of yamux debug flag
Browse files Browse the repository at this point in the history
status-im/nimbus-eth2#6010

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Mar 7, 2024
1 parent bcbc19e commit e1a4d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/vars/layout/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ nodes_layout:
- { branch: 'stable', num: 1 }
- { branch: 'libp2p', num: 1 }
- { branch: 'libp2p', num: 2 }
- { branch: 'libp2p', num: 3, extra_flags: ['--enable-yamux=true'] }
- { branch: 'libp2p', num: 4, extra_flags: ['--enable-yamux=true'] }
- { branch: 'libp2p', num: 3, extra_flags: ['--debug-enable-yamux=true'] }
- { branch: 'libp2p', num: 4, extra_flags: ['--debug-enable-yamux=true'] }

0 comments on commit e1a4d68

Please sign in to comment.