CLI: Make clear that nonce account 'Nonce' field is a blockhash

(cherry picked from commit b4790120cb)
This commit is contained in:
Trent Nelson
2020-11-06 10:33:11 -07:00
committed by Michael Vines
parent 4e4fd03b65
commit afebb2a8a5

View File

@ -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 {