nit(ethers-solc): set URL to binaries.soliditylang.org (#1490)
* nit(ethers-solc): set URL to binaries.soliditylang.org * Use hyperlink in ethers-solc/src/compile/mod.rs Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
parent
a958b4fd28
commit
d7f656c73a
|
@ -431,7 +431,7 @@ impl Solc {
|
|||
}
|
||||
|
||||
/// Verify that the checksum for this version of solc is correct. We check against the SHA256
|
||||
/// checksum from the build information published by binaries.soliditylang
|
||||
/// checksum from the build information published by [binaries.soliditylang.org](https://binaries.soliditylang.org/)
|
||||
#[cfg(all(feature = "svm-solc"))]
|
||||
pub fn verify_checksum(&self) -> Result<()> {
|
||||
let version = self.version_short()?;
|
||||
|
|
Loading…
Reference in New Issue