Skip to content

Commit

Permalink
fix typo in FlowEVMBridgeHandlerInterfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Jun 24, 2024
1 parent 10fdbea commit b3a7747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ access(all) contract FlowEVMBridgeHandlerInterfaces {

/// Event emitted when a handler is enabled between a Cadence type and an EVM address
access(all) event HandlerEnabled(handlerType: String, targetType: String, targetEVMAddress: String)
access(all) event MinterSet(handlerType: String, targetType: String?, targetEVMAddress: String?, minterType: String, )
access(all) event MinterSet(handlerType: String, targetType: String?, targetEVMAddress: String?, minterType: String)

/****************
Constructs
Expand Down

0 comments on commit b3a7747

Please sign in to comment.