diff --git a/common/nymsphinx/src/addressing/nodes.rs b/common/nymsphinx/src/addressing/nodes.rs index 1274042c19..85c9ddebee 100644 --- a/common/nymsphinx/src/addressing/nodes.rs +++ b/common/nymsphinx/src/addressing/nodes.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -use sphinx::constants::NODE_ADDRESS_LENGTH; +pub use sphinx::constants::NODE_ADDRESS_LENGTH; use sphinx::route::NodeAddressBytes; use std::convert::{TryFrom, TryInto}; use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr};