Skip to content

Commit

Permalink
fix eventName
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Oct 9, 2023
1 parent eb24d2c commit 349ab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rules/tradingRules_buyerAsTaker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const tradingRules = [
isActive: false,
},
{
eventName: 'BuyerAsMakerTrade_BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG',
eventName: 'BuyerAsTakerTrade_BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG',
logger: 'b.c.t.m.b.Trade',
pattern: 'Set new state at BuyerAsTakerTrade (id={0}): BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG',
message: '({0}) You confirmed fiat payment has started. Wait until payment has arrived!',
Expand Down

0 comments on commit 349ab4d

Please sign in to comment.