Remove extra 'is'
This commit is contained in:
parent
495295459c
commit
64949c3f9a
|
@ -5,7 +5,7 @@ This is a deterministic build environment for [Zcash](https://github.com/zcash/z
|
|||
|
||||
Gitian provides a way to be reasonably certain that the Zcash executables are really built from the exact source on GitHub and have not been tampered with. It also makes sure that the same, tested dependencies are used and statically built into the executable.
|
||||
|
||||
Multiple developers build from source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match is the build is accepted.
|
||||
Multiple developers build from source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match is the build accepted.
|
||||
|
||||
More independent Gitian builders are needed, which is why this guide exists.
|
||||
|
||||
|
|
Loading…
Reference in New Issue