Explorar o código

fix: nutshell wallet test

thesimplekid hai 2 semanas
pai
achega
5f9788f68c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      misc/nutshell_wallet_itest.sh

+ 1 - 2
misc/nutshell_wallet_itest.sh

@@ -55,12 +55,11 @@ export CDK_MINTD_FAKE_WALLET_SUPPORTED_UNITS="sat,usd"
 export CDK_MINTD_MNEMONIC="eye survey guilt napkin crystal cup whisper salt luggage manage unveil loyal"
 export CDK_MINTD_FAKE_WALLET_FEE_PERCENT="0"
 export CDK_MINTD_FAKE_WALLET_RESERVE_FEE_MIN="1"
-export CDK_MINTD_DATABASE="redb"
 export CDK_MINTD_INPUT_FEE_PPK="100"
 
 
 echo "Starting fake mintd"
-cargo run --bin cdk-mintd --features "redb" &
+cargo run --bin cdk-mintd &
 CDK_MINTD_PID=$!
 
 # Wait for the mint to be ready