feat: extract signed transaction

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent d5cc8d9187
commit 32486d62bf
7 changed files with 133 additions and 72 deletions
@@ -124,7 +124,6 @@ const readFromSerialPort = reader => {
}
while (true) {
const {value, done} = await reader.read()
console.log('### serial read', value)
if (value) {
const values = value.split(separator)
// found one or more separators