Skip to content

Commit

Permalink
fixed varialbe assignment addr vs tx id (#492)
Browse files Browse the repository at this point in the history
Signed-off-by: Jürgen Eckel <[email protected]>
  • Loading branch information
eckelj authored Nov 29, 2024
1 parent 41b5bf5 commit f6c9af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dao/keeper/msg_server_distribution_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (k msgServer) DistributionResult(goCtx context.Context, msg *types.MsgDistr
distribution.DaoTxID = msg.DaoTxID
distribution.PopTxID = msg.PopTxID
distribution.InvestorTxID = msg.InvestorTxID
distribution.EarlyInvAddr = msg.EarlyInvestorTxID
distribution.EarlyInvTxID = msg.EarlyInvestorTxID
distribution.StrategicTxID = msg.StrategicTxID

if err := k.clearUnresolvedClaims(ctx, distribution.FirstPop); err != nil {
Expand Down

0 comments on commit f6c9af7

Please sign in to comment.