Scenario
When using .send method with contract method, popup sign transaction of chrome extension wallet will show.
But when user reject it (close popup or cancel this popup) we need to handle this event.
What expect
Catch "User rejected sign transaction request" error when user reject sign transaction popup.
What happen
Can not catch this error.
Console log always show
Scenario When using .send method with contract method, popup sign transaction of chrome extension wallet will show. But when user reject it (close popup or cancel this popup) we need to handle this event. What expect Catch "User rejected sign transaction request" error when user reject sign transaction popup. What happen Can not catch this error. Console log always show
What this pull request do Throw error to catch