fix broken block archival

pull/1/head
ansuz 3 years ago
parent 3b44c09bc4
commit 1c1dc421a3

@ -167,7 +167,7 @@ Block.writeLoginBlock = function (Env, safeKey, msg, _cb) {
});
};
const DELETE_BLOCK = Nacl.util.decodeUTF8('DELETE_BLOCK');
const DELETE_BLOCK = Nacl.util.encodeBase64(Nacl.util.decodeUTF8('DELETE_BLOCK'));
/*
When users write a block, they upload the block, and provide

Loading…
Cancel
Save