From ac3e7ef8a90a9d016db3c96258db79ae6fb50574 Mon Sep 17 00:00:00 2001 From: JP Lomas Date: Sun, 5 Apr 2020 13:07:30 +0100 Subject: [PATCH] Correct SHASUMs for mainnet-1/3 nodes --- imports/startup/both/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imports/startup/both/index.js b/imports/startup/both/index.js index 8729f568..a427785d 100644 --- a/imports/startup/both/index.js +++ b/imports/startup/both/index.js @@ -130,12 +130,12 @@ QRLPROTO_SHA256 = [ { version: '2.0.1 python', protoSha256: 'b24a5c41468610914da57ac92f3cc2f74d89575f2626d5968f84ca211f55410c', - objectSha256: 'f6d7eb01dbb38707bb39d760619d05de01ae456a95060cb4849eafc3c358d12c', + objectSha256: 'f6b06eac25bd5740fe6877d5e604429e6aadd93dee668e7412051decbf34add2', }, { version: '2.0.1 python (null)', protoSha256: 'b24a5c41468610914da57ac92f3cc2f74d89575f2626d5968f84ca211f55410c', - objectSha256: 'f6d7eb01dbb38707bb39d760619d05de01ae456a95060cb4849eafc3c358d12c', + objectSha256: 'f6b06eac25bd5740fe6877d5e604429e6aadd93dee668e7412051decbf34add2', }, // development .proto {