Updated on 2026-08-14
This commit is contained in:
parent
102131b70c
commit
a717411892
1 changed files with 2 additions and 2 deletions
|
|
@ -303,7 +303,7 @@ public class CardanoEngine extends CoinEngine {
|
|||
|
||||
final CRC32 crc32 = new CRC32();
|
||||
crc32.update(addr);
|
||||
int checksum = (int) crc32.getValue();
|
||||
long checksum = crc32.getValue();
|
||||
|
||||
DataItem addrItem = new CborBuilder().add(addr).build().get(0);
|
||||
addrItem.setTag(24);
|
||||
|
|
@ -550,7 +550,7 @@ public class CardanoEngine extends CoinEngine {
|
|||
coinData.setValidationNodeDescription(ServerApiAdalite.lastNode);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
Log.e(TAG, "FAIL INSIGHT_ADDRESS Exception");
|
||||
Log.e(TAG, "FAIL ADALITE_ADDRESS Exception");
|
||||
}
|
||||
|
||||
if (serverApiAdalite.isRequestsSequenceCompleted()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue