-
Notifications
You must be signed in to change notification settings - Fork 18
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
ETH-951 - display full amount in send button #2193
ETH-951 - display full amount in send button #2193
Conversation
Code coverage report
|
maxAccountCreationCountAllowed = 0, | ||
maxAccountCreationAmountAllowed = BigInteger.ZERO | ||
), | ||
processedFee = org.p2p.wallet.feerelayer.model.ProcessedFee( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import?
@@ -35,6 +37,33 @@ class SendFeeTotal constructor( | |||
val interestBearingPercent: BigDecimal? = null | |||
) : Parcelable { | |||
|
|||
companion object { | |||
fun createEmpty(): SendFeeTotal = SendFeeTotal( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mb just val EMPTY?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason to do this; this code is unused in fact, and allocating static storage for it is pointless
…ture/ETH-951-display-full-sending-amount-in-button
Jira Ticket
https://p2pvalidator.atlassian.net/browse/
Description of Work
[ what work was done in this ticket ]
Screenshots (Optional)