kashikoibumi / PyBitmessage

Python3 + PyQt5 port of the reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
1 stars 0 forks source link

fifth #10

Closed jon1enforce closed 3 months ago

jon1enforce commented 3 months ago

The foldertree.py issue is somewhat about qt -- migration: If it is a bug, not a feature:

Looks like QtCore.QByteArray() and how to convert it into integer..? first) int.from_bytes(timestamp, 'utf-8') is wrong second) int(timestamp) much more wrong

...the timestamp...

https://stackoverflow.com/questions/1251662/qbytearray-to-integer

kashikoibumi commented 3 months ago

This should be fixed by bdbe5cca616148e3ae3303b7572675d0c96c05b1 . Sorry, this is my careless mistake on indexing data columns. Binary msgid was wrongly substituted to the timestamp parameter.