add bip93 package to exports

This commit is contained in:
Ian McKenzie 2025-12-09 02:02:09 -08:00 committed by GitHub
parent 3aff03df53
commit 167ed35693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ open module com.sparrowwallet.drongo {
exports com.sparrowwallet.drongo.uri;
exports com.sparrowwallet.drongo.bip47;
exports com.sparrowwallet.drongo.dns;
exports com.sparrowwallet.drongo.wallet.bip93;
exports com.sparrowwallet.drongo.wallet.slip39;
exports com.sparrowwallet.drongo.silentpayments;
exports org.bitcoin;