Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Modify name of the field
Browse files Browse the repository at this point in the history
  • Loading branch information
ludete committed Mar 13, 2020
1 parent c324c18 commit 2ac61a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/bancorlite/internal/types/msgs_kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ type MsgBancorTradeInfoForKafka struct {
MoneyLimit int64 `json:"money_limit"`
TxPrice sdk.Dec `json:"transaction_price"`
UsedCommission int64 `json:"used_commission"`
RebateAmount int64 `json:"rebate_commission"`
RebateRefereeAddr sdk.AccAddress `json:"referee"`
RebateAmount int64 `json:"rebate_amount"`
RebateRefereeAddr sdk.AccAddress `json:"rebate_referee_addr"`
BlockHeight int64 `json:"block_height"`
}

Expand Down

0 comments on commit 2ac61a4

Please sign in to comment.