Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add a debugging tip: using transaction hashes (#786)
## Summary Added a debugging tip to the documentation on using transaction hashes to get more details when a transaction does not seem to have taken effect, e.g. when staking a new service returns a transaction (TX) hash but the service does not appear after a few blocks. ## Issue Debugging the process of adding a new service can be simplified using the debugging tip being added in this PR. ## Type of change Select one or more: - [ ] New feature, functionality or library - [ ] Bug fix - [ ] Code health or cleanup - [x] Documentation - [ ] Other (specify) ## Testing - [x] **Documentation**: `make docusaurus_start`; only needed if you make doc changes ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
- Loading branch information