CLI: Make clear that nonce account 'Nonce' field is a blockhash
(cherry picked from commit b4790120cb
)
This commit is contained in:
committed by
Michael Vines
parent
4e4fd03b65
commit
afebb2a8a5
@ -520,7 +520,7 @@ impl fmt::Display for CliNonceAccount {
|
||||
)
|
||||
)?;
|
||||
let nonce = self.nonce.as_deref().unwrap_or("uninitialized");
|
||||
writeln!(f, "Nonce: {}", nonce)?;
|
||||
writeln!(f, "Nonce blockhash: {}", nonce)?;
|
||||
if let Some(fees) = self.lamports_per_signature {
|
||||
writeln!(f, "Fee: {} lamports per signature", fees)?;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user