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

Sc-15444 #125

Merged
merged 5 commits into from
Mar 28, 2023
Merged

Sc-15444 #125

merged 5 commits into from
Mar 28, 2023

Conversation

DanielSollis
Copy link
Contributor

Fixes the issue of the asset-type not being properly copied into the transaction. This PR also regenerates the protocol buffers, adding asset-type to the Transaction message.

@DanielSollis DanielSollis requested a review from pdeziel March 28, 2023 04:31
Copy link
Collaborator

@pdeziel pdeziel left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix!

@@ -386,6 +386,7 @@ func (t Transaction) Proto() *pb.Transaction {
Provider: t.Beneficiary.Provider,
},
Amount: t.AmountFloat(),
AssetType: t.AssetType,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ahh, it all makes sense now. Thanks for catching this!

@DanielSollis DanielSollis merged commit 95e0bfe into main Mar 28, 2023
@DanielSollis DanielSollis deleted the sc-15444 branch March 28, 2023 14:38
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