fix(runtime): allow to properly register non app wiring modules (backport #17284) (#17304)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-08-07 11:31:58 +00:00
committed by GitHub
co-authored by Julien Robert
parent 6e075c5ced
commit c56cd8a6fd
5 changed files with 48 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ echo "using $SIMD_BIN"
if [ -d "$($SIMD_BIN config home)" ]; then rm -r $($SIMD_BIN config home); fi
$SIMD_BIN config set client chain-id demo
$SIMD_BIN config set client keyring-backend test
$SIMD_BIN config set app api.enable true
$SIMD_BIN keys add alice
$SIMD_BIN keys add bob
$SIMD_BIN init test --chain-id demo