mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 09:57:27 +00:00 
			
		
		
		
	fix: typo in attribute key (#986)
This commit is contained in:
		
							parent
							
								
									b72815387a
								
							
						
					
					
						commit
						5981e61296
					
				@ -59,7 +59,7 @@ func (k Keeper) ClaimUSDXMintingReward(ctx sdk.Context, owner, receiver sdk.AccA
 | 
				
			|||||||
			types.EventTypeClaim,
 | 
								types.EventTypeClaim,
 | 
				
			||||||
			sdk.NewAttribute(types.AttributeKeyClaimedBy, owner.String()),
 | 
								sdk.NewAttribute(types.AttributeKeyClaimedBy, owner.String()),
 | 
				
			||||||
			sdk.NewAttribute(types.AttributeKeyClaimAmount, claim.Reward.String()),
 | 
								sdk.NewAttribute(types.AttributeKeyClaimAmount, claim.Reward.String()),
 | 
				
			||||||
			sdk.NewAttribute(types.AttributeKeyClaimAmount, claim.GetType()),
 | 
								sdk.NewAttribute(types.AttributeKeyClaimType, claim.GetType()),
 | 
				
			||||||
		),
 | 
							),
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user