3c390364d7
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 |