mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Clarify ambiguous comment in persist methods
This commit is contained in:
parent
f961daef33
commit
52934e0fff
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ impl<'a, A: KVStorePersister, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Der
|
|||
impl<ChannelSigner: Sign, K: KVStorePersister> Persist<ChannelSigner> for K {
|
||||
// TODO: We really need a way for the persister to inform the user that its time to crash/shut
|
||||
// down once these start returning failure.
|
||||
// A PermanentFailure implies we need to shut down since we're force-closing channels without
|
||||
// even broadcasting!
|
||||
// A PermanentFailure implies we should probably just shut down the node since we're
|
||||
// force-closing channels without even broadcasting!
|
||||
|
||||
fn persist_new_channel(&self, funding_txo: OutPoint, monitor: &ChannelMonitor<ChannelSigner>, _update_id: MonitorUpdateId) -> chain::ChannelMonitorUpdateStatus {
|
||||
let key = format!("monitors/{}_{}", funding_txo.txid.to_hex(), funding_txo.index);
|
||||
|
|
Loading…
Add table
Reference in a new issue