Skip to content

Commit

Permalink
Consistent dry-run string output
Browse files Browse the repository at this point in the history
  • Loading branch information
primeroz committed Dec 30, 2020
1 parent 53dfa2f commit 22ab1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/kraken.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (k *Kraken) Stack(amount float64, fiat string, orderType string, dryRun boo

var orderId string
if dryRun {
orderId = "DryRun"
orderId = "DRY-RUN"
} else {
orderId = strings.Join(order.TransactionIds, ",")
}
Expand Down

0 comments on commit 22ab1b4

Please sign in to comment.