block_tx 74 79
block_tx 75 80
block_tx 76 81
block_tx 76 82
Exception at 22791
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/ivaylo/.multichain/chain1', 'id': 11}
Traceback (most recent call last):
  File "Mce/DataStore.py", line 2855, in catch_up
    store.catch_up_dir(dircfg)
  File "Mce/DataStore.py", line 3166, in catch_up_dir
    store.import_blkdat(dircfg, ds, blkfile['name'])
  File "Mce/DataStore.py", line 3298, in import_blkdat
    store.import_block(b, chain = chain)
  File "Mce/DataStore.py", line 1195, in import_block
    tx['tx_id'] = store.import_tx(tx, pos == 0, chain)
  File "Mce/DataStore.py", line 2115, in import_tx
    address = util.hash_to_address_multichain(vers, pubkey_hash, checksum)
  File "Mce/util.py", line 141, in hash_to_address_multichain
    vh += hash[pos:pos+5]
TypeError: cannot concatenate 'str' and 'list' objects
 
Here's the last few lines of the stacktrace. Any clue what's going on? I don't know if this is a coincidence or not but I was following the getting started tutorial and at one point I ran the getblock 83 command (I also mistyped it as getblock [83] and getblock [83 not sure if relevant), and I notice that the exception is thrown at that exact block.