Closed rllola closed 7 years ago
joystream-electron is failing when try to start_downloading.
The following line seems to fail in electron :
ARGUMENTS_REQUIRE_DECODED(1, contractTx, Coin::Transaction, joystream::node::transaction::decode)
I think we are passing in a bcoin.Tx, the decoder expects a raw Buffer
bcoin.Tx
Buffer
@rllola you can use the .toRaw() method on the tx to get the buffer.
.toRaw()
resolved
joystream-electron is failing when try to start_downloading.
The following line seems to fail in electron :