You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: