fix broken block archival
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…
Reference in New Issue