Guest User

Untitled

a guest
Jan 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function createForwarder() public returns (address) {
  2. return new Forwarder();
  3. }
  4.  
  5. TypeError: Return argument type contract Forwarder is not implicitly convertible to expected type (type of first return variable) address.
  6. return new Forwarder();
Add Comment
Please, Sign In to add comment