fix: changed the data type for FeePayer and FeeGranter (backport #16272) (#16920)

Co-authored-by: Vishal Potpelliwar <71565171+vishal-kanna@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2023-07-11 15:11:52 +02:00
committed by GitHub
co-authored by Vishal Potpelliwar
parent 7d07df5bd8
commit 5ca5039cf2
7 changed files with 12 additions and 19 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ type (
GetGas() uint64
GetFee() Coins
FeePayer() []byte
FeeGranter() string
FeeGranter() []byte
}
// TxWithMemo must have GetMemo() method to use ValidateMemoDecorator