CVAT6LN3SYYLREM6NLM4IUPFI5EX3BL6MRPFTY24ROJFSB3J5OOQC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
info!("TODO: {:?}", todo);
debug!("TODO: {:?}", todo);
info!("record prefixes {:?}", prefixes);
debug!("record prefixes {:?}", prefixes);
info!("recording on channel {:?}", channel.borrow().name());
debug!("recording on channel {:?}", channel.borrow().name());
if let Some(msg) = commit.message() { info!("Importing commit {:?}: {}", child, msg); } else { info!("Importing commit {:?} (no message)", child); }
if let Some(msg) = commit.message() {
info!("Importing commit {:?}: {}", child, msg);
} else {
info!("Importing commit {:?} (no message)", child);
}
Ok(txn.current_state(&channel.borrow()).unwrap())
Ok(txn .current_state(&channel.borrow()) .unwrap_or(Merkle::zero()))
Ok(txn
.current_state(&channel.borrow())
.unwrap_or(Merkle::zero()))