Skip to content

Commit

Permalink
Updating for consistency with changes in Account API (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 5, 2016
1 parent a017079 commit 175a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/poll.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Poll(updateInterval time.Duration, accounter prosper.Accounter) error {
go logger.Run()
go func() {
for {
a, err := accounter.Account()
a, err := accounter.Account(prosper.AccountParams{})
if err != nil {
log.Printf("failed to query account information: %v", err)
} else {
Expand Down

0 comments on commit 175a944

Please sign in to comment.