namecoin / namecoin-core

Namecoin full node + wallet based on the current Bitcoin Core codebase.
https://www.namecoin.org/
MIT License
455 stars 147 forks source link

MAX_VALUE_LENGTH_UI #512

Closed ghost closed 2 years ago

ghost commented 2 years ago

Raise MAX_VALUE_LENGTH_UI to the same value as MAX_VALUE_LENGTH

Namecoin Core does support values up to 1023 bytes, the value however was limited in UI. To solve this issue, I raise the value to 1023 bytes from 520 bytes.

@JeremyRand @domob1812 should review this pull request before merging it.

JeremyRand commented 2 years ago

PR is malware, closing.