Remove getLogs entrypoint

This commit is contained in:
Matt Krump
2018-01-16 09:49:23 -06:00
parent 6583ce72b8
commit 0ae25aff95
3 changed files with 0 additions and 94 deletions
-6
View File
@@ -91,12 +91,6 @@ The name of the JSON file should correspond the contract's address.
2. Start watching the contract `godo watchContract -- --environment=<some-environment> --contract-hash=<contract-address>`
3. Request summary data `godo showContractSummary -- --environment=<some-environment> --contract-hash=<contract-address>`
## Retrieving Contract Logs
1. Get the logs for a specific contract
- `godo getLogs -- --environment=<some-environment> --contract-hash=<contract-address>`
### Configuring Additional Environments
You can create configuration files for additional environments.