remove some warning

This commit is contained in:
fitchgc 2022-10-24 05:56:53 +00:00
parent cdfec2b61a
commit 04b36248a1

View File

@ -242,6 +242,6 @@ impl Wallet {
write!(s, "{:02x}", rv).unwrap();
println!("normal sigx: {:?}", s);
Ok((s))
Ok(s)
}
}