Inconsistent address fields in ecocredit proto definitions #1080
Labels
Scope: x/ecocredit
Issues that update the x/ecocredit module
Type: Refactor
A code change that neither fixes a bug nor adds a feature
Milestone
Summary
Audit address field names and make sure we are using consistent names. For example:
MsgSell
,MsgUpdateSellOrders
,EventUpdateSellOrders
, andEventSell
we useowner
MsgCancelSellOrder
,SellOrder
we useseller
Problem Definition
Using different field names to reference the same address is confusing.
Proposal
owner
within the context of sell order toseller
(or vice versa)For Admin Use
The text was updated successfully, but these errors were encountered: