Skip to content

Commit

Permalink
Update nano.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward authored Jul 25, 2021
1 parent 03eef14 commit f202297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/nano.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (nc NanoController) CheckMissedCallbacks() {
// Check history
historyResponse, err := nc.RPCClient.MakeAccountHistoryRequest(
nc.DonationAccount,
621,
10,
)
if err != nil {
glog.Errorf("Error occured checking donation account history %s", err)
Expand Down

0 comments on commit f202297

Please sign in to comment.