lbcwallet/wallet
Josh Rickmar 3c390364d7 Switch some integers from unsigned to signed.
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.
2013-10-28 09:15:26 -04:00
..
wallet.go Switch some integers from unsigned to signed. 2013-10-28 09:15:26 -04:00
wallet_test.go Add support for running wallet on testnet3. 2013-10-07 13:09:24 -04:00