Skip to content

Commit

Permalink
Merge pull request #67 from jrmarkle/rsd2
Browse files Browse the repository at this point in the history
RSD uses 2 minor digits
  • Loading branch information
biter777 authored Feb 29, 2024
2 parents b8180b3 + 5b9e312 commit 7573e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ func (c CurrencyCode) Digits() int { //nolint:gocyclo
case CurrencySAR:
return 2
case CurrencyRSD:
return 0
return 2
case CurrencySCR:
return 2
case CurrencySLL:
Expand Down

0 comments on commit 7573e43

Please sign in to comment.