Skip to content

Commit

Permalink
chore: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Jul 13, 2020
1 parent 39b7394 commit 1cdc686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ func (provider *Provider) GetPendingTxns() (*core.PendingTxns, error) {
return nil, err3
}

for _,tnx := range pendingTxns.Txns {
for _, tnx := range pendingTxns.Txns {
tnx.Info = core.PendingTxnError[tnx.Code]
}

Expand Down

0 comments on commit 1cdc686

Please sign in to comment.