pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 27 forks source link

Fix changePass cmd + return at least an empty JSon #361

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. passphrase size validation removed from create wallet, unlock and change password commands; . pld's changePassword command was fixed; . REST endpoints are at least returning an empty payload when there's nothing to return to client; . creation of s script to execute smoke tests on create wallet, unlock and change password commands;