fixed typo

This commit is contained in:
Tamas Blummer 2019-09-21 13:31:03 +02:00
parent 960e3da75b
commit 1b0e31c233
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ pub enum RejectReason {
DUPLICATE = 0x12,
/// nonstandard transaction
NONSTANDARD = 0x40,
/// an output is belw dust limit
/// an output is below dust limit
DUST = 0x41,
/// insufficient fee
FEE = 0x42,