PGERZ3KJIQIREXAYLKLZR4526X5RPKIA6LSVZL2DGYQ5UVPIIBUQC let mut channel =txn.open_or_create_channel(repo.config.get_current_channel(self.channel.as_deref()).0)?;
let channel = repo.config.get_current_channel(self.channel.as_deref()).0;let mut channel = if let Some(channel) = txn.load_channel(channel)? {channel} else {bail!("Channel {:?} not found", channel);};