I implemented scatter into my app and have some issues whitelisting actions. It sometimes work. It sometimes doesn't. Most of the time I can not toggle the whitelist switch to on at all. Sometimes it works on localhost. Also not really reliable. So how to I have to send the actions that they can be whitelisted?
For example a transaction that I want to send could be all of these actions at once:
1 eosio.token:transfer,
1 othercontract:transfer,
1 eosio.token:transfer,
1 othercontract:transfer
It seems weird that the behaviour is so inconsistent.
I am using the scatterjs-plugin-eosjs2.min.js one.
Hi,
I implemented scatter into my app and have some issues whitelisting actions. It sometimes work. It sometimes doesn't. Most of the time I can not toggle the whitelist switch to on at all. Sometimes it works on localhost. Also not really reliable. So how to I have to send the actions that they can be whitelisted?
For example a transaction that I want to send could be all of these actions at once: 1 eosio.token:transfer, 1 othercontract:transfer, 1 eosio.token:transfer, 1 othercontract:transfer
It seems weird that the behaviour is so inconsistent.
I am using the
scatterjs-plugin-eosjs2.min.js
one.Hope someone can help.