dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › receive address not displayed › Reply To: receive address not displayed
July 3, 2018 at 7:52 am
#3377
alexg
Keymaster
After doing some more investigation:
You coin’s symbol is SCOOBY
. This is 6 characters long and the current DB schema for this plugin allows up to 5 character symbols.
https://github.com/dashed-slug/wallets/blob/master/includes/wallets-core.php#L284
https://github.com/dashed-slug/wallets/blob/master/includes/wallets-core.php#L308
Can you try with SCOOB
? It should work.
I might increase this limit in the next schema upgrade.
kind regards