Updated on 2026-08-14
This commit is contained in:
parent
bba922bbc8
commit
caa3140c0e
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ public class CashAddr {
|
|||
if (!isValidCashAddress(bitcoinCashAddress)) {
|
||||
throw new RuntimeException("Address wasn't valid: " + bitcoinCashAddress);
|
||||
}
|
||||
bitcoinCashAddress = bitcoinCashAddress.toLowerCase();
|
||||
|
||||
BitcoinCashAddressDecodedParts decoded = new BitcoinCashAddressDecodedParts();
|
||||
String[] addressParts = bitcoinCashAddress.split(SEPARATOR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue