-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
v2AddMetadataToAccount doesn't accept an address with a colon, e.g. "user:1234" #1615
Comments
Hey @arnarhf , What error do you see exactly? |
Hi @Shiroy , Apologies, I should have included that. This is what I get when using an address like "deposit:1234" but not when using an address like "deposit_1234".
|
Hello @arnarhf We've just released a new version of the SDK that fixes this. Regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
v2CreateTransaction
you can create a transaction for an address which includes a colon ("user:1234"), e.g.But you then cannot call
v2AddMetadataToAccount
for the same address:Using addresses with an underscore works fine ("user_1234"), but it's surprising that a colon doesn't given that it's used in many of your examples.
Using Node, Typescript and "@formance/formance-sdk": "^2.4.4".
The text was updated successfully, but these errors were encountered: