mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Increase gasprice from 1 to 2500
This commit is contained in:
parent
bfaff54187
commit
4c9978f656
1 changed files with 1 additions and 1 deletions
|
|
@ -164,6 +164,6 @@ exec XDC $params \
|
|||
--wsport 8546 \
|
||||
--wsorigins "*" \
|
||||
--mine \
|
||||
--gasprice "1" \
|
||||
--gasprice "2500" \
|
||||
--targetgaslimit "420000000" \
|
||||
"$@"
|
||||
Loading…
Reference in a new issue