mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-04 20:55:59 +01:00
chore: remove unused redb
This commit is contained in:
@@ -20,7 +20,7 @@ lnbits = ["dep:cdk-lnbits"]
|
||||
fakewallet = ["dep:cdk-fake-wallet"]
|
||||
grpc-processor = ["dep:cdk-payment-processor", "cdk-signatory/grpc"]
|
||||
sqlcipher = ["cdk-sqlite/sqlcipher"]
|
||||
# MSRV is not committed to with redb enabled
|
||||
# MSRV is not committed to with swagger enabled
|
||||
swagger = ["cdk-axum/swagger", "dep:utoipa", "dep:utoipa-swagger-ui"]
|
||||
redis = ["cdk-axum/redis"]
|
||||
auth = ["cdk/auth", "cdk-sqlite/auth"]
|
||||
|
||||
@@ -109,7 +109,7 @@ export CDK_MINTD_MNEMONIC="eye survey guilt napkin crystal cup whisper salt lugg
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
echo "Starting cln mintd"
|
||||
cargo run --bin cdk-mintd --features "redb" &
|
||||
cargo run --bin cdk-mintd &
|
||||
export CDK_MINTD_PID=$!
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@ export CDK_MINTD_LN_BACKEND="lnd"
|
||||
export CDK_MINTD_MNEMONIC="cattle gold bind busy sound reduce tone addict baby spend february strategy"
|
||||
|
||||
echo "Starting lnd mintd"
|
||||
cargo run --bin cdk-mintd --features "redb" &
|
||||
cargo run --bin cdk-mintd &
|
||||
export CDK_MINTD_LND_PID=$!
|
||||
|
||||
URL="http://$CDK_ITESTS_MINT_ADDR:$CDK_ITESTS_MINT_PORT_1/v1/info"
|
||||
|
||||
Reference in New Issue
Block a user