is it empty?

This commit is contained in:
red binder 2026-06-23 01:38:50 +02:00
commit c172b3eb8e

View file

@ -59,7 +59,7 @@ impl Client {
pub async fn get_nex_key(&mut self, pid: PID) -> Result<[u8; 16]> {
let prekey = self.0.get_nex_key_by_pid(Pid { pid }).await?.into_inner();
println!("{:?}", prekey);
log::warn!("prekey is {:?}", prekey);
let nexkey: [u8; 16] = prekey
.key