mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
fix log
This commit is contained in:
parent
a1ba0894d9
commit
bd35f5e025
@ -56,7 +56,7 @@ impl EphemeralKeyHolder {
|
||||
pub fn log(&self) {
|
||||
info!(
|
||||
"Ephemeral private key is {:?}",
|
||||
hex::encode(self.ephemeral_secret_key.to_bytes())
|
||||
hex::encode(serde_json::to_vec(&self.ephemeral_secret_key).unwrap())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user