Skip to content

Commit

Permalink
fixed typo on premium tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucio Pinese committed Jun 6, 2024
1 parent fbaaa36 commit 80a65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nip33.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub fn order_to_tags(order: &Order, reputation: Option<Rating>) -> Vec<(String,
// payment_method (pm) - The payment method
("pm".to_string(), order.payment_method.to_string()),
// premium (premium) - The premium
("w".to_string(), order.premium.to_string()),
("premium".to_string(), order.premium.to_string()),
// User rating
("rating".to_string(), create_rating_string(reputation)),
// Label to identify this is a Mostro's order
Expand Down

0 comments on commit 80a65cf

Please sign in to comment.