Skip to content

Commit

Permalink
fix: replace the outdated --manual_blocks_enabled flag with `--debu…
Browse files Browse the repository at this point in the history
…g` (fuel-core) (#1513)

* Adding RCs list

* Ignoring RC labels

* Configuring RC label

* Re-configuring RC label

* Adjusting PRs accepted labels

* chore: updating code owners (#1496)

* fix: replace the outdated `--manual_blocks_enabled` flag with `--debug` (fuel-core)

* revert unwanted changes

---------

Co-authored-by: Anderson Arboleya <[email protected]>
  • Loading branch information
Dhaiwat10 and arboleya authored Dec 13, 2023
1 parent 302934f commit 76e8f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-fans-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

fix: replace the outdated `--manual_blocks_enabled` flag with `--debug` (fuel-core)
2 changes: 1 addition & 1 deletion packages/fuels/src/cli/commands/dev/startFuelCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const startFuelCore = async (config: FuelsConfig): Promise<FuelCoreNode>
['--chain', chainConfig],
'--vm-backtrace',
'--utxo-validation',
'--manual_blocks_enabled',
'--debug',
].flat();

return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 76e8f56

Please sign in to comment.