Skip to content

Commit

Permalink
Merge pull request #97 from LucaBernstein/fix-start-with-amount
Browse files Browse the repository at this point in the history
Fix automatically started tx suggestions
  • Loading branch information
LucaBernstein authored Jan 14, 2022
2 parents 11d15f1 + c6f1fad commit 48d42cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ func (bc *BotController) handleTextState(m *tb.Message) {
bc.Logf(ERROR, m, "Sending bot message failed: %s", err.Error())
}
bc.handleTextState(m)
return
}

// If number has been entered
Expand Down

0 comments on commit 48d42cc

Please sign in to comment.