mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-24 05:25:44 +00:00
* fix: decrease frame size to 1024, set multipart bool * revert irrelevant change * fix: revert multipart indicator
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
// of the Apache-2.0 license. See the LICENSE file for details.
|
// of the Apache-2.0 license. See the LICENSE file for details.
|
||||||
|
|
||||||
const ADDRESS_PREFIX = 'substrate';
|
const ADDRESS_PREFIX = 'substrate';
|
||||||
const FRAME_SIZE = 2048;
|
const FRAME_SIZE = 1024;
|
||||||
const SUBSTRATE_ID = new Uint8Array([0x53]);
|
const SUBSTRATE_ID = new Uint8Array([0x53]);
|
||||||
const CRYPTO_SR25519 = new Uint8Array([0x01]);
|
const CRYPTO_SR25519 = new Uint8Array([0x01]);
|
||||||
const CMD_SIGN_TX = new Uint8Array([0]);
|
const CMD_SIGN_TX = new Uint8Array([0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user