twister-core icon indicating copy to clipboard operation
twister-core copied to clipboard

username requirements only enforced by sendnewusertransaction

Open gabrielhesposito opened this issue 5 years ago • 0 comments

username requirements (length/char types) are enforced only by sendnewusertransaction

example;

root@7f2b0ae4bd23:/twister-core# ./twisterd  createwalletuser thisusernameislongerthan16chars
L5b4XvNr1SMkxkAoRtPuUEFo4nbkz2ZAiU62CVMHLMRGsKoZK8Rz
root@7f2b0ae4bd23:/twister-core# ./twisterd  sendnewusertransaction  thisusernameislongerthan16chars
error: {"code":-22,"message":"TX rejected"}

gabrielhesposito avatar Dec 24 '20 00:12 gabrielhesposito