Skip to content

Commit

Permalink
Update Makefile: Fix typo max_txs_bytes (backport #4250) (#4251)
Browse files Browse the repository at this point in the history
## Overview


<hr>This is an automatic backport of pull request #4250 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Enigma-Validator <[email protected]>
Co-authored-by: Rootul Patel <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent 3259ff5 commit dd05d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ configure-v3:
sed -i "s/^send_rate = .*/send_rate = $(SEND_RECV_RATE)/" $(CONFIG_FILE); \
sed -i "s/^ttl-num-blocks = .*/ttl-num-blocks = 12/" $(CONFIG_FILE); \
sed -i "s/^ttl-duration = .*/ttl-duration = \"1m15s\"/" $(CONFIG_FILE); \
sed -i "s/^max_txs_bytes = .*/max_tx_bytes = 7897088/" $(CONFIG_FILE); \
sed -i '' "s/^max_txs_bytes = .*/max_txs_bytes = 39485440/" $(CONFIG_FILE); \
sed -i "s/^max_tx_bytes = .*/max_tx_bytes = 7897088/" $(CONFIG_FILE); \
sed -i "s/^max_txs_bytes = .*/max_txs_bytes = 39485440/" $(CONFIG_FILE); \
fi
.PHONY: configure-v3

Expand Down

0 comments on commit dd05d69

Please sign in to comment.