lescuer97 hace 3 semanas
padre
commit
25538a9dc9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      crates/cdk-integration-tests/tests/nutshell_wallet.rs

+ 1 - 0
crates/cdk-integration-tests/tests/nutshell_wallet.rs

@@ -5,6 +5,7 @@ use cdk_http_client::HttpClient;
 use serde::{Deserialize, Serialize};
 use serde_json::Value;
 use tokio::time::sleep;
+use cdk_http_client::RequestBuilderExt;
 
 /// Response from the invoice creation endpoint
 #[derive(Debug, Serialize, Deserialize)]