Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 3dba4ba87d4a4a4a0d96008c3cea92760eece959
https://github.com/conformal/btcwallet/commit/3dba4ba87d4a4a4a0d96008c3cea92760eece959
Author: Josh Rickmar <[email protected]>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M account.go
M acctmgr.go
M createtx.go
M createtx_test.go
M disksync.go
A keystore/keystore.go
A keystore/keystore_test.go
M rpcclient.go
M rpcserver.go
R wallet/wallet.go
R wallet/wallet_test.go
Log Message:
-----------
Rename wallet package to keystore.
This package is used solely for the storage of private and public
keys, and the addresses they represent. Since "wallet" is an
overloaded term and a working wallet requires transaction history as
well, rename this package and its data structures to more clearly
reflect what it is for.