From 6efa8db8887c70679aedeaec44411f886976d2e1 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 12 Apr 2015 13:24:38 +0200 Subject: [PATCH] downloader: renamed chunks to queue --- eth/downloader/{chunk.go => queue.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eth/downloader/{chunk.go => queue.go} (100%) diff --git a/eth/downloader/chunk.go b/eth/downloader/queue.go similarity index 100% rename from eth/downloader/chunk.go rename to eth/downloader/queue.go