export const SEED_LENGTH_BIP44 = 128
export const SEED_LENGTH_BLAKE2B = 64
export const SLIP10_ED25519 = 'ed25519 seed'
-export const THRESHOLD_RECEIVE = 0xfffffe
+export const THRESHOLD_RECEIVE = 0xfffffe00
export const THRESHOLD_SEND = 0xfffffff8
export const XNO = 'ΣΎ'
// Precalculated block hash components
uniform uint blockHash[8];
-// Threshold is 0xfffffff8 for send/change blocks and 0xfffffe for all else
+// Threshold is 0xfffffff8 for send/change blocks and 0xfffffe00 for all else
uniform uint threshold;
// Defines canvas size
uniform float workload;