From f279c85720d227190dcf6b80075ad9207c1e627c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 26 Jul 2019 11:55:48 -0700 Subject: [PATCH] feat: remove base1 support see: * https://github.com/multiformats/multibase/pull/48 * https://github.com/multiformats/multibase/pull/57 --- multibase.go | 1 - spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/multibase.go b/multibase.go index 0f9b396..a60403d 100644 --- a/multibase.go +++ b/multibase.go @@ -16,7 +16,6 @@ type Encoding int // supported yet const ( Identity = 0x00 - Base1 = '1' Base2 = '0' Base8 = '7' Base10 = '9' diff --git a/spec b/spec index f0792f7..65d3fff 160000 --- a/spec +++ b/spec @@ -1 +1 @@ -Subproject commit f0792f703031bb01251aa99fcea6a5fe945b6297 +Subproject commit 65d3fff8341f525c68d8b3e56fa668e2c8c4956b