dashed-slug.net › Forums › block.io Cloud Wallet Adapter extension support › Blockio DB Table in adapter › Reply To: Blockio DB Table in adapter
Hello Alex,
I found the issue, the collation on the status field in the wp_wallet_addr
is set to latin1_bin
which throws an exception error when there is an attempt to update, by changing it to Utf8_bin
that allow the change of the status.
When I refresh I do not see any new addresses created I only see in the profile the wallet with the status set to 'current'
Versions I used were Wallet 3.5.5 and Latest Blockio adaptor 2.2.3, at this point the only thing left to do is check to see if the update to the 3.5.6 with change any the collation back to latin1_bin
I am sure if a fix is needed at least we know what is the problem area!
Best regards
Tony