Updated on 2026-08-14
This commit is contained in:
parent
46a24f54ec
commit
35e1f44a3e
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ public class CashAddr {
|
|||
byte[] checksumBytes = calculateChecksumBytesPolymod(allChecksumInput);
|
||||
checksumBytes = convertBits(checksumBytes, 8, 5, true);
|
||||
String cashAddress = BitcoinCashBase32.encode(concatenateByteArrays(payloadBytes, checksumBytes));
|
||||
//return prefixString + SEPARATOR + cashAddress;
|
||||
return cashAddress;
|
||||
return prefixString + SEPARATOR + cashAddress;
|
||||
}
|
||||
|
||||
public static BitcoinCashAddressDecodedParts decodeCashAddress(String bitcoinCashAddress) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue