Encoding/decoding qr tests (#169)

This commit is contained in:
Jaco Greeff
2019-07-30 08:08:46 +02:00
committed by GitHub
parent da82e913c4
commit 939fb73db7
2 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
const DEFAULT_IMG_SIZE = 300;
const ADDRESS_PREFIX = 'substrate:';
const FRAME_SIZE = 1716;
const FRAME_SIZE = 2048;
const SUBSTRATE_ID = new Uint8Array([0x53]);
const CRYPTO_SR25519 = new Uint8Array([0x01]);
const CMD_SIGN_TX = new Uint8Array([0x00]);