Skip to content

Commit

Permalink
Merge pull request #173 from multiversx/topic_requests_suffix
Browse files Browse the repository at this point in the history
Topic requests suffix
  • Loading branch information
sstanculeanu authored Mar 2, 2023
2 parents 3071364 + e0eb90a commit dceab01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,6 @@ const CompletedTxEventIdentifier = "completedTxEvent"

// GasRefundForRelayerMessage is the return message for to the smart contract result with refund for the relayer
const GasRefundForRelayerMessage = "gas refund for relayer"

// TopicRequestSuffix represents the topic name suffix for requests
const TopicRequestSuffix = "_REQUEST"

0 comments on commit dceab01

Please sign in to comment.