Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransactionId toString not returning the same value as the mirror nodes #1387

Closed
dikel opened this issue Apr 24, 2023 · 0 comments · Fixed by #1388
Closed

TransactionId toString not returning the same value as the mirror nodes #1387

dikel opened this issue Apr 24, 2023 · 0 comments · Fixed by #1388
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dikel
Copy link
Contributor

dikel commented Apr 24, 2023

Description

Same as hashgraph/hedera-sdk-js/1564

Steps to reproduce

var txIdString = "0.0.4163533@1681876267.054802581";
var txId = TransactionId.fromString(txIdString);
var txIdString2 = txId.toString();

var working = (txIdString == txIdString2);
System.out.println(working);

Additional context

No response

Hedera network

mainnet, testnet, previewnet

Version

v2.24.0

Operating system

macOS

@dikel dikel added the bug Something isn't working label Apr 24, 2023
@dikel dikel self-assigned this Apr 24, 2023
@Petyo-Lukanov Petyo-Lukanov added this to the 2.25.0 milestone Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants