dashed-slug.net › Forums › TurtleCoin Adapter extension support › Cannot open wallet until admin provides the passphrase › Reply To: Cannot open wallet until admin provides the passphrase
May 23, 2020 at 11:39 am
#8428
Anonymous
Inactive
Awesome thank you! Wallet is now responding. Found another slight issue. Not to do with the passphrase but on lines 281 and 282 of the coin-adapter-turtlecoin.php the filter_input for the daemon-ip and daemon-port are set to rpc-ip and rpc-port so whatever value I set in the UI for the Wallet RPC ip and port was also applied to the daemon ip and port. I changed the filter_input on lines 281 and 282 from rpc-ip and rpc-port to daemon-ip and daemon-port, and the adapter started working. screenshots attached