This repository has been archived by the owner on May 7, 2024. It is now read-only.
Rust mining engine #28
Annotations
3 warnings
method `network` is never used:
src/electrumx.rs#L156
warning: method `network` is never used
--> src/electrumx.rs:156:9
|
155 | impl ElectrumXBuilder {
| --------------------- method in this implementation
156 | pub fn network(mut self, network: Network) -> Self {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
method `network` is never used:
src/electrumx.rs#L156
warning: method `network` is never used
--> src/electrumx.rs:156:9
|
155 | impl ElectrumXBuilder {
| --------------------- method in this implementation
156 | pub fn network(mut self, network: Network) -> Self {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Task cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|