Guest User

Untitled

a guest
Mar 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. [2018-03-24 11:08:14.364] [ERROR] ipcProviderBackend - Send request failed { code: -32602,
  2. message: 'invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash' }
  3.  
  4. function testContract(string title,string _description,
  5. address _contractAddressOfAsset,
  6. string _recordIdOfAsset,
  7. uint _deadline,
  8. uint _startingPrice,
  9. uint _reservePrice,
  10. uint _distributionCut,
  11. address _distributionCutAddress) public returns (bool k) {
  12.  
  13.  
  14. test=title;
  15. return true;
  16. }
  17.  
  18. Geth
  19. Version: 1.7.3-stable
  20. Git Commit: 4bb3c89d44e372e6a9ab85a8be0c9345265c763a
  21. Architecture: amd64
  22. Protocol Versions: [63 62]
  23. Network Id: 1
  24. Go Version: go1.9
  25. Operating System: linux
  26. GOPATH=
  27. GOROOT=/usr/lib/go-1.9
Add Comment
Please, Sign In to add comment