lbcwallet/wallet
Josh Rickmar 97e1442e8d Remove exported Version func from wallet package.
This function was not implemented (returning zero values) and all
versioning is handled internally by the wallet's ReadFrom and WriteTo
functions.  If the read wallet does not match the latest file version,
it is read in the old format, but always written back with the new
format.
2014-01-17 09:43:23 -05:00
..
wallet.go Remove exported Version func from wallet package. 2014-01-17 09:43:23 -05:00
wallet_test.go Generate new addresses from pubkeys if keypool is depleted. 2014-01-16 19:37:34 -05:00