Merge pull request #17 from defaultxr/patch-1

remove git merge conflict marker
This commit is contained in:
nik gaffney 2023-02-20 11:12:19 +01:00 committed by GitHub
commit 9f0a9d3da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -425,7 +425,6 @@ with the current time use (encode-timetag :time)."
"encodes a blob from a given vector"
(let ((bl (length blob)))
(cat (encode-int32 bl) blob
<<<<<<< HEAD
(pad (padding-length bl)))))
(defun decode-blob (blob)