Skip to content

Commit 8cc0568

Browse files
committed
add a comment for list_channel_closures
1 parent 32bd3ef commit 8cc0568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mutiny-wasm/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ impl MutinyWallet {
970970
.list_channel_closures()
971971
.await?
972972
.into_iter()
973-
.filter(|closure| closure.timestamp != 0)
973+
.filter(|closure| closure.timestamp != 0) // filter out placeholder closures
974974
.map(Into::into)
975975
.collect();
976976
channel_closures.sort();

0 commit comments

Comments
 (0)