From e958529a4380acfba098997757c5eada9d2c6f0e Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 17 Sep 2018 13:34:57 +0200 Subject: [PATCH] swarm/storage: extract keySchema --- swarm/storage/ldbstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/ldbstore.go b/swarm/storage/ldbstore.go index 2a7f51cb38..415120552f 100644 --- a/swarm/storage/ldbstore.go +++ b/swarm/storage/ldbstore.go @@ -60,7 +60,7 @@ var ( keyDataIdx = []byte{4} keyData = byte(6) keyDistanceCnt = byte(7) - keySchema = []byte{8} + keySchema = byte(8) ) var (