stellar-deprecated / account-viewer

DEPRECATED. Go to https://github.com/stellar/account-viewer-v2
Apache License 2.0
62 stars 65 forks source link

Memo shouldn't be removed when a new accountId is entered #32

Closed irisli closed 7 years ago

irisli commented 8 years ago

Steps to reproduce:

  1. Add memo
  2. Add AccountId

One might want to add the memo first just to make sure they don't forget the memo. But what happens is that doing it in this order makes the memo actually not be there, leading to sending a transaction missing its intended memo.

wriches commented 7 years ago

Just encountered this issue myself, and lost quite a few XLM in the process :(

bartekn commented 7 years ago

Fixed in https://github.com/stellar/account-viewer/pull/41