Previously the dependents command would list the last patch on the channel in this case.
722IQADEVUQKPHAJDDRG7X6UA4PYRB2HQHR7CZGTYHR5I4XQRVLQC
STOFOQI47HS22EDKDFUFF4Z5NNZ6MXJFXETEZSITTOD7OYTETB2AC
VWJ2JL63I5OYZ2HS3N4EKM5TW7HRAF5U3OAHDQIVZINIO73IAE7AC
if let Some(h) = txn.reverse_log(&*channelr, None)?.next() { (h?.1).0.into() } else { return Ok(()); }
if let Some(h) = txn.reverse_log(&*channelr, None)?.next() {
(h?.1).0.into()
} else {
return Ok(());
}