Show More
@@ -169,7 +169,7 b' class pvec(object):' | |||||
169 | self._bs = hashorctx |
|
169 | self._bs = hashorctx | |
170 | self._depth, self._vec = _split(base85.b85decode(hashorctx)) |
|
170 | self._depth, self._vec = _split(base85.b85decode(hashorctx)) | |
171 | else: |
|
171 | else: | |
172 | self._vec = ctxpvec(ctx) |
|
172 | self._vec = ctxpvec(hashorctx) | |
173 |
|
173 | |||
174 | def __str__(self): |
|
174 | def __str__(self): | |
175 | return self._bs |
|
175 | return self._bs |
General Comments 0
You need to be logged in to leave comments.
Login now