mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 23:55:01 +01:00
chore: Update rust-version (MSRV) to 1.75.0 (#623)
This commit is contained in:
@@ -110,19 +110,22 @@ async fn test_regtest_mint_melt_round_trip() -> Result<()> {
|
||||
let melt = wallet.melt_quote(invoice, None).await?;
|
||||
|
||||
write
|
||||
.send(Message::Text(serde_json::to_string(&json!({
|
||||
"jsonrpc": "2.0",
|
||||
"id": 2,
|
||||
"method": "subscribe",
|
||||
"params": {
|
||||
"kind": "bolt11_melt_quote",
|
||||
"filters": [
|
||||
melt.id.clone(),
|
||||
],
|
||||
"subId": "test-sub",
|
||||
}
|
||||
.send(Message::Text(
|
||||
serde_json::to_string(&json!({
|
||||
"jsonrpc": "2.0",
|
||||
"id": 2,
|
||||
"method": "subscribe",
|
||||
"params": {
|
||||
"kind": "bolt11_melt_quote",
|
||||
"filters": [
|
||||
melt.id.clone(),
|
||||
],
|
||||
"subId": "test-sub",
|
||||
}
|
||||
|
||||
}))?))
|
||||
}))?
|
||||
.into(),
|
||||
))
|
||||
.await?;
|
||||
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user