Skip to content

Make the txId column a bytearray

alanmcsherry requested to merge task/store_txid_as_byte_ary into develop

Remove jodadate Make txId column a byte array instead of a string.

This should make the system slightly more efficient as it's won't convert to and from hex strings.

Merge request reports