Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Ripple: handle case the destination does not exist #1540

Merged
merged 3 commits into from
Sep 26, 2018
Merged

Ripple: handle case the destination does not exist #1540

merged 3 commits into from
Sep 26, 2018

Conversation

gre
Copy link
Contributor

@gre gre commented Sep 25, 2018

error if trying to send XRP to a non existing accounts and if not enough funds to create it.

Type

improvement

Context

LIVE-252

Parts of the app affected / Test plan

ripple / send

meriadec
meriadec previously approved these changes Sep 26, 2018
@@ -1 +1,2 @@
package.json
test-e2e/**/*.json
Copy link
Member

Choose a reason for hiding this comment

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

👍

@@ -99,6 +99,9 @@
"title": "Oops, insufficient balance",
"description": "Make sure the account to debit has sufficient balance"
},
"NotEnoughBalanceBecauseDestinationNotCreated": {
"title": "Destination does not exist. Send at least {{minimalAmount}}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dasilvarosa can you think of a better wording or it is ok?

Copy link
Contributor

@dasilvarosa dasilvarosa left a comment

Choose a reason for hiding this comment

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

Please update wording :)

@@ -99,6 +99,9 @@
"title": "Oops, insufficient balance",
"description": "Make sure the account to debit has sufficient balance"
},
"NotEnoughBalanceBecauseDestinationNotCreated": {
"title": "Destination does not exist. Send at least {{minimalAmount}}"
Copy link
Contributor

Choose a reason for hiding this comment

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

"Recipient address is inactive. Send at least {{minimalAmount}} to activate it"

@gre gre merged commit e425718 into LedgerHQ:develop Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants