Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlagore committed Aug 13, 2017
1 parent 7b02913 commit f06601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func getCurrentUser() *User {

// Pay pays an amount of coin to an address `to`.
func (a *App) Pay(to string, amount uint64) error {
// Four atomic steps must occur.
// Four steps must occur.
wallet := a.CurrentUser.Wallet
pool := a.Pool

Expand Down

0 comments on commit f06601d

Please sign in to comment.