Сделал что бы запускалось. Поправил мелкие ошибки
This commit is contained in:
AidarKC
2025-12-31 21:10:05 +03:00
parent 62ea49d1fc
commit f17d077f25
56 changed files with 424 additions and 873 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
// === Построение HEADER ===
function buildHeaderBody() {
const tag = textUtf8("SHiNE001");
const tag = textUtf8("SHiNE");
const id = beLong(blockchainId);
const login = textUtf8(userLogin);
const loginLen = new Uint8Array([login.length]);