mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-26 23:13:36 +00:00
This change switches the time fields (firstSeen/lastSeen) of an address from uint64 to int64, to be compatible with (time.Time).Unix, as well as changing the block height fields (firstBlock/lastBlock) from uint32 to int32, since block height is normally represented signed. |
||
---|---|---|
.. | ||
wallet.go | ||
wallet_test.go |