From 3d5a87a5879aa724e47546d1bdbb7f6c9466cf94 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 30 Nov 2018 21:02:29 +0100 Subject: move integers utils --- src/rawblock.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rawblock.nim') diff --git a/src/rawblock.nim b/src/rawblock.nim index b9a1e63..b4920fc 100644 --- a/src/rawblock.nim +++ b/src/rawblock.nim @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import integers, bitio/bitreader, bitio/bitwriter +import bitio/integers, bitio/bitreader, bitio/bitwriter const maxDataBitLength = high(uint16).int const bitLengthFieldBitLength = 2 * wordBitLength -- cgit v1.2.3