with current implementation, if you set a different address in the from input (different from the address that is injected in the page). When you click send, the address you set in the input will be replaced by the injected address.
Therefore, it is not possible to send a transaction from any address we want (to test the app). It is even confusing as we think we put a different address but it goes back to the default one.
with current implementation, if you set a different address in the from input (different from the address that is injected in the page). When you click send, the address you set in the input will be replaced by the injected address.
Therefore, it is not possible to send a transaction from any address we want (to test the app). It is even confusing as we think we put a different address but it goes back to the default one.
This PR fixes that.