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

This commit is contained in:
Trent Nelson 2020-11-06 10:33:11 -07:00 committed by mergify[bot]
parent 4c5f345798
commit b4790120cb
1 changed files with 1 additions and 1 deletions

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 {