When using watch against private chain, it works, but creates errors on startup:
Start process
Number of transactions are 0
Current block number is 1
Number of transactions are 1
txHash: 0xf67056b7d396757a46a9cc6363620ac252f5c8caa95465290d0fa6228a2b6c93 Cannot read property 'decodeMethod' of undefined
Cannot read property 'decodeMethod' of undefined
TypeError: Cannot read property 'decodeMethod' of undefined
at JsonRpc.<anonymous> (/Users/alex/dev/granache/smart-contract-watch/dist/index.js:64:63)
When using watch against private chain, it works, but creates errors on startup: