- [#422] Make Zatoshi extensions of `NSDecimalNumber` public (#423)

Closes #422

This helps Secant iOS compile since it relies on these APIs that were
once internal to the app module
This commit is contained in:
Francisco Gindre 2022-07-14 17:55:16 -03:00 committed by GitHub
parent 333c074b2f
commit f2ed1f01ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ extension Zatoshi: Comparable {
}
}
extension NSDecimalNumber {
public extension NSDecimalNumber {
/// Round the decimal to 8 fraction digits
var roundedZec: NSDecimalNumber {
self.rounding(accordingToBehavior: Zatoshi.decimalHandler)