Commit ee3c994
committed
fix(tabconf7): use just cli on _init_regtest_sp to communicate with bitcoind regtest
The changes 098edf7 introduced a bug
and uncovered the real issue behind the `_init_regtest_sp` command.
Up to that commit the initialization was using the output from the
signet chain set up inside the nix environment. As the environment was
built ensuring signet was running, the issue was not evident, until
someone tried using it outside of the nix environment.
The 098edf7 changes assumed the command
was just referring to the wrong blockchain, and applied a fix along
these lines. This change later uncovered other issues.
The simplest fix is to use the agnostic `just cli` recipe, that only
knows about the regtest ports and uses the credentials set up during
initialization.1 parent e7a7f27 commit ee3c994
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments