Skip to content

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.

3 participants