Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function passThrough() payable public
  2. {
  3. address(portfolio).transfer(address(this).balance);
  4. }
  5.  
  6. **Gas Estimation Fail**
  7. Gas estimation errored with the following message (see below).
  8. The transaction execution will likely fail. Do you want to force sending?
  9. Internal JSON-RPC error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement