fix #224: decrease frame size to 1024, set multipart bool (#225)

* fix: decrease frame size to 1024, set multipart bool

* revert irrelevant change

* fix: revert multipart indicator
This commit is contained in:
YJ
2019-10-08 16:21:46 +02:00
committed by Jaco Greeff
parent f144702833
commit e9ad511134
+1 -1
View File
@@ -3,7 +3,7 @@
// of the Apache-2.0 license. See the LICENSE file for details.
const ADDRESS_PREFIX = 'substrate';
const FRAME_SIZE = 2048;
const FRAME_SIZE = 1024;
const SUBSTRATE_ID = new Uint8Array([0x53]);
const CRYPTO_SR25519 = new Uint8Array([0x01]);
const CMD_SIGN_TX = new Uint8Array([0]);