We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For boolean fields like internal or keysend we currently do not have a default value. This means that we set it to true but otherwise it's NULL.
internal
keysend
true
for consistence we should have a default value of false there. (easiest done with a DB migration)
Status