diff --git a/pkg/bath/actions.go b/pkg/bath/actions.go index 73d1aff74..04c81a9d2 100644 --- a/pkg/bath/actions.go +++ b/pkg/bath/actions.go @@ -47,7 +47,7 @@ const ( Purchase ActionType = "Purchase" AddExtension ActionType = "AddExtension" RemoveExtension ActionType = "RemoveExtension" - SetSignatureAllowed ActionType = "SetSignatureAllowed" + SetSignatureAllowed ActionType = "SetSignatureAllowedAction" LiquidityDeposit ActionType = "LiquidityDeposit" Unknown ActionType = "Unknown" )