bitcoinj/src/com/google/bitcoin
2011-09-05 12:24:14 +00:00
..
core Fix key array handling in importing/exporting private keys. Resolves issue 48. 2011-08-30 21:09:51 +00:00
discovery Fix IrcDiscovery to not expect the IRC server to return the user list when joining the server automatically. This does not happen for all IRC server implementations. Rather the NAMES command should be sent to ensure that the user list is returned. It also fixes that the returned lines start with a colon that has to be removed before sending the line to the parseUserList method. Patch from Wolfgang Nagele. Resolves issue 50. 2011-07-18 20:39:00 +00:00
examples Fix compile error. 2011-08-05 14:06:54 +00:00
store Use "d" mode not "s" mode, to avoid needlessly updating file metadata (we don't use it). 2011-09-05 12:24:14 +00:00