Skip to content
Snippets Groups Projects
Commit 362a4fc4 authored by matograine's avatar matograine
Browse files

wrong minimum pubkey length

parent 702f9471
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
const CREATOR_PUBKEY_CK = "TaJGgFayeGBouUNJcUPwvGTQWxh9iz4ghDGD887ZTSe:EsZ"; const CREATOR_PUBKEY_CK = "TaJGgFayeGBouUNJcUPwvGTQWxh9iz4ghDGD887ZTSe:EsZ";
const MAX_PUBKEY_LENGTH = 44; const MAX_PUBKEY_LENGTH = 44;
const MIN_PUBKEY_LENGTH = 40; const MIN_PUBKEY_LENGTH = 43;
// canvas dimensions // canvas dimensions
const CANVAS_HEIGHT = 756; // 20cm @ 96DPI const CANVAS_HEIGHT = 756; // 20cm @ 96DPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment