GetScatter / scatter-js

Importable JavaScript library that allows web applications to directly interface with Scatter Desktop, Classic and Mobile.
MIT License
262 stars 148 forks source link

When calling transact(eosio.msig), Firefox and Chrome caught exception that said firewalled. #177

Closed fintechee closed 4 years ago

fintechee commented 4 years ago

Hello everyone,

I hope you are doing well.

We encountered an issue. When calling transact(eosio.msig's approve action), Firefox and Chrome both caught exception that said firewalled. If the threshold were 2, the approve action got exception by either of actor. Even if the threshold were 1, the approve action got error(firewalled due to malicious) as well. eosio.msig's propose and cancel actions are fine If we use the eosjs's default signature provider for dev, all actions of eosio.msig are done successfully.

Please teach us to solve the problem. Any advice would be appreciated, many thanks.

nsjames commented 4 years ago

Go into Scatter settings and disable the firewall. Approving msigs can be dangerous as they don't always say what they are.

fintechee commented 4 years ago

Thank you, it worked!!