Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasblummer committed Sep 21, 2019
1 parent 960e3da commit 1b0e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/message_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b0e31c

Please sign in to comment.