mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-04-04 15:55:23 +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, | ||||
| 			sdk.NewAttribute(types.AttributeKeyClaimedBy, owner.String()), | ||||
| 			sdk.NewAttribute(types.AttributeKeyClaimAmount, claim.Reward.String()), | ||||
| 			sdk.NewAttribute(types.AttributeKeyClaimAmount, claim.GetType()), | ||||
| 			sdk.NewAttribute(types.AttributeKeyClaimType, claim.GetType()), | ||||
| 		), | ||||
| 	) | ||||
| 	return nil | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Kevin Davis
						Kevin Davis