Skip to content

Commit

Permalink
Change from using kind 30078 to 61021
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-maeda committed Mar 8, 2024
1 parent 4044ff3 commit b7d2562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/comms/comms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ pub(super) struct CommsActor {
}

impl CommsActor {
const MAKER_ORDER_NOTE_KIND: Kind = Kind::ParameterizedReplaceable(30078);
const MAKER_ORDER_NOTE_KIND: Kind = Kind::Custom(61021);

pub(super) async fn new(
rx: mpsc::Receiver<CommsRequest>,
Expand Down Expand Up @@ -873,7 +873,6 @@ impl CommsActor {

let order_tags = OrderTag::from_order(order.clone(), &self.trade_engine_name);

// NIP-78 Event Kind - 30078
let builder = EventBuilder::new(
Self::MAKER_ORDER_NOTE_KIND,
content_string,
Expand Down

0 comments on commit b7d2562

Please sign in to comment.