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

Ensure that it is necessary to wrap popup props with BigNumber #1401

Open
davidyuk opened this issue Jul 27, 2020 · 0 comments
Open

Ensure that it is necessary to wrap popup props with BigNumber #1401

davidyuk opened this issue Jul 27, 2020 · 0 comments

Comments

@davidyuk
Copy link
Member

aepp-base/src/popup.js

Lines 45 to 47 in f682fc2

amount: BigNumber(window.modalProps.transaction.amount),
fee: BigNumber(window.modalProps.transaction.fee),
minFee: BigNumber(window.modalProps.transaction.minFee),

Why we can't pass BigNumber instances between frames?
Maybe @etharner can recall why we did it in that way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant