beem icon indicating copy to clipboard operation
beem copied to clipboard

Fix encrypted transfer

Open cfoxon opened this issue 2 years ago • 3 comments

Encrypted transfer was sending account object to Memo() instead of the account string. This was triggering detection as a key ( len >= 51) and causing a KeyError

cfoxon avatar Jul 23 '21 03:07 cfoxon

I can confirm this little fix corrects my issue of sending transfers with encrypted memos.

Would like to see this released asap.

brianoflondon avatar Jul 23 '21 12:07 brianoflondon

For anyone else affected by this, in advance of it being folded into Beem properly the following magic works for me which just pulls Beem from @cfoxon 's github instead of the official one.

poetry add git+https://github.com/cfoxon/beem.git@d12631cc131fe9b4846617e21b9d7988360b3433

I'm using Poetry but I suspect this would also work:

pip install git+https://github.com/cfoxon/beem.git@d12631cc131fe9b4846617e21b9d7988360b3433

Poetry uninstalled beem for me, I'm not sure what Pip would do. Package management is not something I'm hugely proficient at.

brianoflondon avatar Jul 26 '21 07:07 brianoflondon

@holgern can this get released?

brianoflondon avatar Aug 23 '21 03:08 brianoflondon