From 501b0a06c2d4e9b218edf455eff093a060f1c44f Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Mon, 10 Jun 2024 21:11:56 +0200 Subject: [PATCH] chore_: use the old name for backward compatibility --- services/wallet/router/pathprocessor/multipath_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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