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

Same transaction hash always... #58

Open
mirrormirage0 opened this issue Sep 27, 2019 · 2 comments
Open

Same transaction hash always... #58

mirrormirage0 opened this issue Sep 27, 2019 · 2 comments

Comments

@mirrormirage0
Copy link
Contributor

./wallet.sh -t transfer --from one1ujuzvzyfq85fhq20m5me75vjmdqcmrleql7k00 --shardID 1 --to one1kv8r6mwy9lp9tf39vrajqr96k983hv5e0l98wg --toShardID 1 --amount 1 --pass pass: Using pangaea profile for wallet Unlock account succeeded! 'pass:' Transaction Id for shard 1: 0x07e17baad490655bc84da3bcbbd99b7533a67393c03ed549e15e70b533de2d26

Always get this transaction hash 0x07e17baad490655bc84da3bcbbd99b7533a67393c03ed549e15e70b533de2d26

@josectheone
Copy link
Contributor

For as long as the transaction is pending you would get the same hash

@mirrormirage0
Copy link
Contributor Author

mirrormirage0 commented Sep 27, 2019

Changing the amount results in a new transaction hash.
So then, is there some sort of check as follows
if from+to+shardID+amount combination is same as a pending transaction, return the existing transaction hash else generate a new transaction hash and return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants