LNP-BP / lbx

Command-line tool for working with LNP/BP technology stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arc TranscodeFull not found in this scope

Goosie opened this issue · comments

I'm trying to install lbx but get an error after doing the command cargo install --path . In my believe I have all the things installed which needed. The error says:
error[E0412]: cannot find type Arc in this scope
--> /home/perry/.cargo/git/checkouts/rust-lnpbp-1c6b6ac6d4fb658b/12420ba/src/lnp/session/session.rs:33:13
transcode: Arc,
help: consider importing one of these items

use crate::lnp::session::node_addr::Arc;
use std::sync::Arc;

Seems I have to add a use line in session.rc. I tried this, but did not work. Any help appreciated. I'm on Ubuntu 18.04.
rustc 1.46.0-nightly (9d09331e0 2020-07-12)