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

task: fix missing tx meta #839

Merged
merged 2 commits into from
May 30, 2022
Merged

task: fix missing tx meta #839

merged 2 commits into from
May 30, 2022

Conversation

AnthonyLaw
Copy link
Member

What was the issue?

  • The SDK transaction DTO was missing some info such as meta's timestamp and feeMultiplier.

What's the fix?

  • added missing properties in transaction dto
{
    ...
    feeMultiplier: number,
    timestamp: UInt64
}
  • update all the unit test

@AnthonyLaw AnthonyLaw merged commit 5d60455 into dev May 30, 2022
@AnthonyLaw AnthonyLaw deleted the fix/missing-tx-meta branch May 30, 2022 06:07
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

Successfully merging this pull request may close these issues.

2 participants