fix: typos in docs

This commit is contained in:
Jude Nelson
2022-10-31 10:16:47 -04:00
parent 465150651c
commit bd307635ca

View File

@@ -269,7 +269,7 @@ impl FromRow<LeaderBlockCommitOp> for LeaderBlockCommitOp {
let burn_fee = burn_fee_str
.parse::<u64>()
.expect("DB Corruption: Sunset burn is not parseable as u64");
.expect("DB Corruption: burn fee is not parseable as u64");
let sunset_burn = sunset_burn_str
.parse::<u64>()