Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

fix: fix token estimation of fees and transfer #679

Merged
merged 1 commit into from
May 13, 2021

Conversation

patogallaiovlabs
Copy link
Collaborator

Context

When trying to send a tx using a Token, an error occurred saying "Internal Error".

Issue

During the process of building the tx, we mix inside the code the use of "checksum vs lowercase". In this case, I think it was an incompatibility between library checksums, but the real matter it is that we don't need it in order to operate with the network. Checksums are only needed for user, when interacting with addresses as a second factor of verification.

Final fix

As this fix doesn't actually change that verification (it is made in another level), we send lowercase address as the final address in the transaction.

@patogallaiovlabs patogallaiovlabs added this to the v1.4.3 milestone May 13, 2021
@patogallaiovlabs patogallaiovlabs self-assigned this May 13, 2021
Copy link
Contributor

@itofarina itofarina left a comment

Choose a reason for hiding this comment

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

LGTM 👌

@patogallaiovlabs patogallaiovlabs merged commit e631ff2 into master May 13, 2021
@patogallaiovlabs patogallaiovlabs deleted the fix_token_transfer branch May 13, 2021 19:55
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants