Skip to content

Commit

Permalink
chore: fixed MsgMultiSend template (#70)
Browse files Browse the repository at this point in the history
* chore: fixed MsgMultiSend template

* chore: fixed linting
  • Loading branch information
freak12techno committed May 28, 2024
1 parent 3ee0c34 commit 6a572d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ linters:
enable-all: true
disable:
- funlen
- scopelint
- interfacer
- exhaustivestruct
- maligned
- golint
- nlreturn
- wrapcheck
- gomnd
- cyclop
- goerr113
- err113
- exhaustruct
- wsl
- lll
Expand All @@ -40,14 +35,10 @@ linters:
- stylecheck
- gosimple
- ireturn
- nosnakecase
- ifshort
- gci
- musttag
- structcheck
- varcheck
- deadcode
- depguard
- interfacebloat
- perfsprint
- mnd
- nilnil
2 changes: 1 addition & 1 deletion templates/telegram/cosmos.bank.v1beta1.MsgMultiSend.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Outputs:
{{- range $outputId, $output := .Outputs }}
From: {{ SerializeLink $output.Address }}
To: {{ SerializeLink $output.Address }}
Amounts:
{{- range $amountId, $amount := $output.Amount }}
- {{ SerializeAmount $amount }}
Expand Down

0 comments on commit 6a572d2

Please sign in to comment.