ghassmo 4 лет назад
Родитель
Сommit
2dd80033e5
2 измененных файлов с 1 добавлено и 3 удалено
  1. 0 1
      Cargo.lock
  2. 1 2
      Cargo.toml

+ 0 - 1
Cargo.lock

@@ -1351,7 +1351,6 @@ dependencies = [
  "ctrlc",
  "ctrlc",
  "dirs 3.0.2",
  "dirs 3.0.2",
  "easy-parallel",
  "easy-parallel",
- "ed25519-dalek",
  "electrum-client",
  "electrum-client",
  "failure",
  "failure",
  "failure_derive",
  "failure_derive",

+ 1 - 2
Cargo.toml

@@ -87,7 +87,6 @@ solana-sdk = {version = "1.7.11", optional = true}
 solana-client = {version = "1.7.11", optional = true}
 solana-client = {version = "1.7.11", optional = true}
 tokio-tungstenite = {version = "0.15.0", optional = true} 
 tokio-tungstenite = {version = "0.15.0", optional = true} 
 tokio = {version = "1.11.0", features = ["full"], optional = true}
 tokio = {version = "1.11.0", features = ["full"], optional = true}
-ed25519-dalek = {version = "1.0.1", optional = true}
 
 
 ## Cashier Bitcoin Dependencies
 ## Cashier Bitcoin Dependencies
 bitcoin = {version = "0.27.0", optional = true }
 bitcoin = {version = "0.27.0", optional = true }
@@ -100,7 +99,7 @@ features = ["bundled", "sqlcipher"]
 
 
 [features]
 [features]
 default = ["bitcoin", "secp256k1", "electrum-client"]
 default = ["bitcoin", "secp256k1", "electrum-client"]
-sol = ["solana-sdk", "solana-client", "tokio-tungstenite", "tokio", "ed25519-dalek" ]
+sol = ["solana-sdk", "solana-client", "tokio-tungstenite", "tokio" ]
 
 
 [[bin]]
 [[bin]]
 name = "gatewayd"
 name = "gatewayd"