Closed selankon closed 1 month ago
On this interop issue https://github.com/vocdoni/interoperability/issues/190 we were discussing the necessity to have a txCount on the block info, actually we get this information from the tx.data.txs.length which will be deprecated.
tx.data.txs.length
Gui implemented this but is not merged yet:
https://github.com/vocdoni/vocdoni-node/commit/f16e92db3c653c629b55fdcf301bcbc039f91c1a
It have to be implemented on SDK before fix this issue
On this interop issue https://github.com/vocdoni/interoperability/issues/190 we were discussing the necessity to have a txCount on the block info, actually we get this information from the
tx.data.txs.length
which will be deprecated.Gui implemented this but is not merged yet:
https://github.com/vocdoni/vocdoni-node/commit/f16e92db3c653c629b55fdcf301bcbc039f91c1a
It have to be implemented on SDK before fix this issue