diff --git a/mutiny-core/src/ldkstorage.rs b/mutiny-core/src/ldkstorage.rs index f3f7ab6be..97a496228 100644 --- a/mutiny-core/src/ldkstorage.rs +++ b/mutiny-core/src/ldkstorage.rs @@ -417,7 +417,7 @@ impl Persist for Muti _update_id: MonitorUpdateId, ) -> chain::ChannelMonitorUpdateStatus { let key = format!( - "{MONITORS_PREFIX_KEY}/{}_{}", + "{MONITORS_PREFIX_KEY}{}_{}", funding_txo.txid.to_hex(), funding_txo.index ); @@ -435,7 +435,7 @@ impl Persist for Muti _update_id: MonitorUpdateId, ) -> chain::ChannelMonitorUpdateStatus { let key = format!( - "{MONITORS_PREFIX_KEY}/{}_{}", + "{MONITORS_PREFIX_KEY}{}_{}", funding_txo.txid.to_hex(), funding_txo.index );