From c172b3eb8e0f849a3909e42b85b60f2c2fe23805 Mon Sep 17 00:00:00 2001 From: red binder Date: Tue, 23 Jun 2026 01:38:50 +0200 Subject: [PATCH] is it empty? --- rnex-core/src/grpc/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-core/src/grpc/account.rs b/rnex-core/src/grpc/account.rs index b8c6644..3bd9445 100644 --- a/rnex-core/src/grpc/account.rs +++ b/rnex-core/src/grpc/account.rs @@ -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