mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 06:26:11 +01:00
feat: mprocs inter only regtest
This commit is contained in:
5
justfile
5
justfile
@@ -155,11 +155,6 @@ nutshell-wallet-itest:
|
||||
|
||||
# Start interactive regtest environment (Bitcoin + 4 LN nodes + 2 CDK mints)
|
||||
regtest db="sqlite":
|
||||
#!/usr/bin/env bash
|
||||
./misc/interactive_regtest.sh {{db}}
|
||||
|
||||
# Start regtest with direct process management via mprocs (lets you start/stop mints)
|
||||
regtest-mprocs db="sqlite":
|
||||
#!/usr/bin/env bash
|
||||
./misc/interactive_regtest_mprocs.sh {{db}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user