diff --git a/CHANGELOG.md b/CHANGELOG.md index 860702146a..bd5209c44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,8 @@ - [11193](https://github.com/vegaprotocol/vega/issues/11193) - Fix loading of liquidation strategy from proto with missing data. - [11200](https://github.com/vegaprotocol/vega/issues/11200) - Make sure a party can afford the trades before they are submitted to the book. - [11205](https://github.com/vegaprotocol/vega/issues/11205) - Evaluate transfer interval correctly. +- [10374](https://github.com/vegaprotocol/vega/issues/10374) - Add transfer ID to recurring governance transfer ledger entries. + ## 0.75.0 ### 🚨 Breaking changes diff --git a/core/collateral/engine.go b/core/collateral/engine.go index 414c8c8152..e69042d4d8 100644 --- a/core/collateral/engine.go +++ b/core/collateral/engine.go @@ -2594,6 +2594,7 @@ func (e *Engine) getGovernanceTransferFundsTransferRequest(ctx context.Context, MinAmount: t.Amount.Amount.Clone(), Asset: t.Amount.Asset, Type: t.Type, + TransferID: t.TransferID, }, nil }