diff --git a/services/wallet/router/pathprocessor/multipath_processor.go b/services/wallet/router/pathprocessor/multipath_processor.go index 35a5c13a4..f34475d42 100644 --- a/services/wallet/router/pathprocessor/multipath_processor.go +++ b/services/wallet/router/pathprocessor/multipath_processor.go @@ -8,7 +8,7 @@ import ( ) type MultipathProcessorTxArgs struct { - Name string + Name string `json:"bridgeName"` ChainID uint64 TransferTx *transactions.SendTxArgs HopTx *HopBridgeTxArgs