fixed typo
This commit is contained in:
parent
960e3da75b
commit
1b0e31c233
|
@ -97,7 +97,7 @@ pub enum RejectReason {
|
||||||
DUPLICATE = 0x12,
|
DUPLICATE = 0x12,
|
||||||
/// nonstandard transaction
|
/// nonstandard transaction
|
||||||
NONSTANDARD = 0x40,
|
NONSTANDARD = 0x40,
|
||||||
/// an output is belw dust limit
|
/// an output is below dust limit
|
||||||
DUST = 0x41,
|
DUST = 0x41,
|
||||||
/// insufficient fee
|
/// insufficient fee
|
||||||
FEE = 0x42,
|
FEE = 0x42,
|
||||||
|
|
Loading…
Reference in New Issue