Merge commit 'c5383e393acee152e92641ce4699d05913953e70' into eip4844

This commit is contained in:
Diva M
2023-04-04 11:56:01 -05:00
6 changed files with 37 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ while getopts "v:d:ph" flag; do
echo "Options:"
echo " -v: VC_COUNT default: $VC_COUNT"
echo " -d: DEBUG_LEVEL default: info"
echo " -p: enable private tx proposals"
echo " -p: enable builder proposals"
echo " -h: this help"
exit
;;