Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Fix encrypted transfer#322

Open
cfoxon wants to merge 1 commit intoholgern:masterfrom
cfoxon:patch-1
Open

Fix encrypted transfer#322
cfoxon wants to merge 1 commit intoholgern:masterfrom
cfoxon:patch-1

Conversation

@cfoxon
Copy link

@cfoxon cfoxon commented Jul 23, 2021

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

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
@brianoflondon
Copy link

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

Would like to see this released asap.

@brianoflondon
Copy link

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.

Copy link
Contributor

@sicarius97 sicarius97 left a comment

Choose a reason for hiding this comment

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

Tested and works fine for me with these changes, can you check this out @holgern ?

@brianoflondon
Copy link

@holgern can this get released?

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.

4 participants