From d7150cfa58e8167db096a52bf67c5b9516cc7f5c Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 16 Apr 2020 20:57:53 +0100 Subject: [PATCH] nymsphinx: re-exporting NODE_ADDRESS_LENGTH so gateway can use it --- common/nymsphinx/src/addressing/nodes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};