Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed May 8, 2020
1 parent 3c357a1 commit 5ea8600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/accounts/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func FetchAccountStatuses(ctx context.Context, keyPairs map[string]*keystore.Key
return statuses[i].Status < statuses[j].Status
})

// XXX: Close rpc connection?
return statuses, err
}

Expand Down

0 comments on commit 5ea8600

Please sign in to comment.