chore: gofumpt (#11839)
* fumpt using main not master... * be more descriptive * fumpt * fix nits Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
bc2d553f77
commit
55054282d2
@@ -92,7 +92,6 @@ var _, _ codectypes.UnpackInterfacesMessage = &SignatureDescriptors{}, &Signatur
|
||||
func (sds *SignatureDescriptors) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error {
|
||||
for _, sig := range sds.Signatures {
|
||||
err := sig.UnpackInterfaces(unpacker)
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
@@ -128,9 +128,11 @@ func (t *Tx) GetSigners() []sdk.AccAddress {
|
||||
func (t *Tx) GetGas() uint64 {
|
||||
return t.AuthInfo.Fee.GasLimit
|
||||
}
|
||||
|
||||
func (t *Tx) GetFee() sdk.Coins {
|
||||
return t.AuthInfo.Fee.Amount
|
||||
}
|
||||
|
||||
func (t *Tx) FeePayer() sdk.AccAddress {
|
||||
feePayer := t.AuthInfo.Fee.Payer
|
||||
if feePayer != "" {
|
||||
|
||||
Reference in New Issue
Block a user