is it empty?
Some checks failed
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Some checks failed
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
This commit is contained in:
parent
6e52e282a1
commit
c172b3eb8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue