mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-08-09 20:23:15 +00:00

* Add stability-tests * Fix requires * Fix golint errors * Update README.md * Remove payloadHash from everywhere * don't run vet on kaspad in stability-tests/install_and_test
10 lines
159 B
Markdown
10 lines
159 B
Markdown
# Orphans
|
|
This tool makes sure orphan resolution works and doesn't crash kaspad
|
|
|
|
## Running
|
|
1. `go install` kaspad and orphans.
|
|
2. `cd run`
|
|
3. `./run.sh`
|
|
|
|
|