AlphaWallet / AlphaWallet-web3-provider

[Used in AlphaWallet]
MIT License
57 stars 37 forks source link

Read opt.processSignTransaction like we do for processTransaction so native code can add a handler for it to handle `eth_signTransaction` #36

Open hboon opened 1 year ago

hboon commented 1 year ago

Should be this in hooked-wallet.js in https://github.com/AlphaWallet/provider-engine/tree/alphawallet:

if (opts.processTransaction) self.processTransaction = opts.processTransaction