Replies: 1 comment
-
The payment methods field is restricted by length of the concatenated string (sum of characters of every payment method). I believe it is currently limited to 50 characters, slightly less than the max length accepted by the coordinator API. That means, it is possible to add more payment methods, but only if they name of the methods is short. In any case, this opens up an interesting discussion. How many payment methods are considered sufficient? I envisioned the current set up to be enough, but maybe I felt short :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug

Payment methods throws an error if selecting more than 5 options. Is this expected behavior?
Expected behavior
Users should be able to select as many options as possible, to increase chances that other peers can trade with them
Beta Was this translation helpful? Give feedback.
All reactions