mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-15 09:07:47 +08:00
fix: typos in docs
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user