From 74bbb6a0d74031b5db5ef10aa18698c643b39cea Mon Sep 17 00:00:00 2001 From: Paul Downing Date: Wed, 14 Oct 2020 13:50:43 -0500 Subject: [PATCH] update msg spec to match code (#691) --- x/harvest/spec/03_messages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/x/harvest/spec/03_messages.md b/x/harvest/spec/03_messages.md index c18560f8..e2d9ea8d 100644 --- a/x/harvest/spec/03_messages.md +++ b/x/harvest/spec/03_messages.md @@ -24,6 +24,7 @@ type MsgWithdraw struct { // MsgClaimReward message type used to claim HARD tokens type MsgClaimReward struct { Sender sdk.AccAddress `json:"sender" yaml:"sender"` + Receiver sdk.AccAddress `json:"receiver" yaml:"receiver"` DepositDenom string `json:"deposit_denom" yaml:"deposit_denom"` RewardMultiplier string `json:"reward_multiplier" yaml:"reward_multiplier"` DepositType string `json:"deposit_type" yaml:"deposit_type"`