pkt-cash / pktd

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

Creation of changeSeed Passphrase command #363

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. implementation of ChangeSeedPassword feature; . implementation of RPC interface to ChangeSeedPassword command in pld; . implementation of REST interface to ChangeSeedPassword command in pld;

. implementation of CheckPassphrase feature; . implementation of RPC interface to CheckPassphrase command in pld; . implementation of REST interface to CheckPassphrase command in pld; . allow CheckPassphrase to work both when the Wallet is locked or unlocked;