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

Base58 codes #156

Merged
merged 5 commits into from
Mar 25, 2022
Merged

Base58 codes #156

merged 5 commits into from
Mar 25, 2022

Conversation

av-michael
Copy link
Contributor

No description provided.

Copy link
Contributor

@av-lukas av-lukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the hard work of updating all hosts ❤️

@@ -340,7 +341,10 @@ export class AVClient implements IAVClient {
);

this.ballotCryptogramItem = ballotCryptogramItem;
return verificationStartItem.shortAddress;

const trackingCode = hexToShortCode(verificationStartItem.shortAddress)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the value in creating a constant that's not used? Can we return hexToShortCode directly?

@av-lukas av-lukas merged commit 777ff3e into main Mar 25, 2022
@av-lukas av-lukas deleted the base58-codes branch March 25, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants