From c3f5496a8eb33fdcb80a27ed9fac1f25f07632cc Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 7 Mar 2011 13:37:47 +0000 Subject: [PATCH] Fix a typo in ECKey JavaDocs. Remove the timestamp from the generated JavaDoc output to minimize subversion diffs in future. Make the broadcastTransaction method of Peer package private. It's no longer needed to send coins. --- build.xml | 3 ++- docs/allclasses-frame.html | 2 -- docs/allclasses-noframe.html | 2 -- docs/com/google/bitcoin/core/Address.html | 2 -- .../bitcoin/core/AddressFormatException.html | 2 -- .../google/bitcoin/core/AddressMessage.html | 2 -- docs/com/google/bitcoin/core/Base58.html | 2 -- docs/com/google/bitcoin/core/Block.html | 2 -- docs/com/google/bitcoin/core/BlockChain.html | 2 -- docs/com/google/bitcoin/core/ECKey.html | 4 +-- .../google/bitcoin/core/GetBlocksMessage.html | 2 -- .../google/bitcoin/core/GetDataMessage.html | 2 -- .../bitcoin/core/InventoryItem.Type.html | 2 -- .../google/bitcoin/core/InventoryItem.html | 2 -- .../google/bitcoin/core/InventoryMessage.html | 2 -- docs/com/google/bitcoin/core/Message.html | 2 -- .../bitcoin/core/NetworkConnection.html | 2 -- .../bitcoin/core/NetworkParameters.html | 2 -- docs/com/google/bitcoin/core/Peer.html | 27 ------------------- docs/com/google/bitcoin/core/PeerAddress.html | 2 -- .../bitcoin/core/ProtocolException.html | 2 -- docs/com/google/bitcoin/core/Script.html | 2 -- .../google/bitcoin/core/ScriptException.html | 2 -- .../bitcoin/core/Transaction.SigHash.html | 2 -- docs/com/google/bitcoin/core/Transaction.html | 2 -- .../google/bitcoin/core/TransactionInput.html | 2 -- .../bitcoin/core/TransactionOutPoint.html | 2 -- .../bitcoin/core/TransactionOutput.html | 2 -- .../google/bitcoin/core/UnknownMessage.html | 2 -- docs/com/google/bitcoin/core/Utils.html | 2 -- docs/com/google/bitcoin/core/VarInt.html | 2 -- .../bitcoin/core/VerificationException.html | 2 -- .../google/bitcoin/core/VersionMessage.html | 2 -- docs/com/google/bitcoin/core/Wallet.html | 2 -- .../bitcoin/core/WalletEventListener.html | 2 -- .../google/bitcoin/core/package-frame.html | 2 -- .../google/bitcoin/core/package-summary.html | 4 +-- .../com/google/bitcoin/core/package-tree.html | 2 -- .../google/bitcoin/examples/PingService.html | 2 -- .../google/bitcoin/examples/PrivateKeys.html | 2 -- .../bitcoin/examples/package-frame.html | 2 -- .../bitcoin/examples/package-summary.html | 2 -- .../google/bitcoin/examples/package-tree.html | 2 -- docs/constant-values.html | 2 -- docs/deprecated-list.html | 2 -- docs/help-doc.html | 2 -- docs/index-all.html | 7 +---- docs/index.html | 1 - docs/overview-frame.html | 2 -- docs/overview-summary.html | 2 -- docs/overview-tree.html | 2 -- docs/serialized-form.html | 2 -- src/com/google/bitcoin/core/ECKey.java | 2 +- src/com/google/bitcoin/core/Peer.java | 2 +- 54 files changed, 7 insertions(+), 135 deletions(-) diff --git a/build.xml b/build.xml index 699ab285e..4797f4758 100644 --- a/build.xml +++ b/build.xml @@ -17,7 +17,8 @@ + destdir="docs" + additionalparam="-notimestamp"/> diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index dd6c60aa8..e2390c1dd 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,12 +2,10 @@ - All Classes - diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 2af5de498..fe19df5ec 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,12 +2,10 @@ - All Classes - diff --git a/docs/com/google/bitcoin/core/Address.html b/docs/com/google/bitcoin/core/Address.html index 338203cb8..15b4cdcc4 100644 --- a/docs/com/google/bitcoin/core/Address.html +++ b/docs/com/google/bitcoin/core/Address.html @@ -2,12 +2,10 @@ - Address - diff --git a/docs/com/google/bitcoin/core/AddressFormatException.html b/docs/com/google/bitcoin/core/AddressFormatException.html index 5fce7d7d2..8a6d39476 100644 --- a/docs/com/google/bitcoin/core/AddressFormatException.html +++ b/docs/com/google/bitcoin/core/AddressFormatException.html @@ -2,12 +2,10 @@ - AddressFormatException - diff --git a/docs/com/google/bitcoin/core/AddressMessage.html b/docs/com/google/bitcoin/core/AddressMessage.html index e10c528cf..32526c339 100644 --- a/docs/com/google/bitcoin/core/AddressMessage.html +++ b/docs/com/google/bitcoin/core/AddressMessage.html @@ -2,12 +2,10 @@ - AddressMessage - diff --git a/docs/com/google/bitcoin/core/Base58.html b/docs/com/google/bitcoin/core/Base58.html index 507927bc8..093c5a1ae 100644 --- a/docs/com/google/bitcoin/core/Base58.html +++ b/docs/com/google/bitcoin/core/Base58.html @@ -2,12 +2,10 @@ - Base58 - diff --git a/docs/com/google/bitcoin/core/Block.html b/docs/com/google/bitcoin/core/Block.html index 1e7c4ef8a..cc4922d9f 100644 --- a/docs/com/google/bitcoin/core/Block.html +++ b/docs/com/google/bitcoin/core/Block.html @@ -2,12 +2,10 @@ - Block - diff --git a/docs/com/google/bitcoin/core/BlockChain.html b/docs/com/google/bitcoin/core/BlockChain.html index 36bf170f9..6b1567e74 100644 --- a/docs/com/google/bitcoin/core/BlockChain.html +++ b/docs/com/google/bitcoin/core/BlockChain.html @@ -2,12 +2,10 @@ - BlockChain - diff --git a/docs/com/google/bitcoin/core/ECKey.html b/docs/com/google/bitcoin/core/ECKey.html index 45ab97dc7..07759bf5c 100644 --- a/docs/com/google/bitcoin/core/ECKey.html +++ b/docs/com/google/bitcoin/core/ECKey.html @@ -2,12 +2,10 @@ - ECKey - @@ -103,7 +101,7 @@ java.lang.Object

-Represents either an elliptic curve keypair that we own and can use for signing transactions. Currently, +Represents an elliptic curve keypair that we own and can use for signing transactions. Currently, Bouncy Castle is used. In future this may become an interface with multiple implementations using different crypto libraries. The class also provides a static method that can verify a signature with just the public key.

diff --git a/docs/com/google/bitcoin/core/GetBlocksMessage.html b/docs/com/google/bitcoin/core/GetBlocksMessage.html index 8c39b0ecc..f5ec42f3c 100644 --- a/docs/com/google/bitcoin/core/GetBlocksMessage.html +++ b/docs/com/google/bitcoin/core/GetBlocksMessage.html @@ -2,12 +2,10 @@ - GetBlocksMessage - diff --git a/docs/com/google/bitcoin/core/GetDataMessage.html b/docs/com/google/bitcoin/core/GetDataMessage.html index 2ea8ef6df..76426dcc1 100644 --- a/docs/com/google/bitcoin/core/GetDataMessage.html +++ b/docs/com/google/bitcoin/core/GetDataMessage.html @@ -2,12 +2,10 @@ - GetDataMessage - diff --git a/docs/com/google/bitcoin/core/InventoryItem.Type.html b/docs/com/google/bitcoin/core/InventoryItem.Type.html index 2fa9cbc0d..d78e3dac7 100644 --- a/docs/com/google/bitcoin/core/InventoryItem.Type.html +++ b/docs/com/google/bitcoin/core/InventoryItem.Type.html @@ -2,12 +2,10 @@ - InventoryItem.Type - diff --git a/docs/com/google/bitcoin/core/InventoryItem.html b/docs/com/google/bitcoin/core/InventoryItem.html index b4264f823..e06c8639e 100644 --- a/docs/com/google/bitcoin/core/InventoryItem.html +++ b/docs/com/google/bitcoin/core/InventoryItem.html @@ -2,12 +2,10 @@ - InventoryItem - diff --git a/docs/com/google/bitcoin/core/InventoryMessage.html b/docs/com/google/bitcoin/core/InventoryMessage.html index daa1703a0..87ca0899b 100644 --- a/docs/com/google/bitcoin/core/InventoryMessage.html +++ b/docs/com/google/bitcoin/core/InventoryMessage.html @@ -2,12 +2,10 @@ - InventoryMessage - diff --git a/docs/com/google/bitcoin/core/Message.html b/docs/com/google/bitcoin/core/Message.html index cca40d8f5..709946cca 100644 --- a/docs/com/google/bitcoin/core/Message.html +++ b/docs/com/google/bitcoin/core/Message.html @@ -2,12 +2,10 @@ - Message - diff --git a/docs/com/google/bitcoin/core/NetworkConnection.html b/docs/com/google/bitcoin/core/NetworkConnection.html index aa48d4c22..f56220715 100644 --- a/docs/com/google/bitcoin/core/NetworkConnection.html +++ b/docs/com/google/bitcoin/core/NetworkConnection.html @@ -2,12 +2,10 @@ - NetworkConnection - diff --git a/docs/com/google/bitcoin/core/NetworkParameters.html b/docs/com/google/bitcoin/core/NetworkParameters.html index c74c7c718..e616be979 100644 --- a/docs/com/google/bitcoin/core/NetworkParameters.html +++ b/docs/com/google/bitcoin/core/NetworkParameters.html @@ -2,12 +2,10 @@ - NetworkParameters - diff --git a/docs/com/google/bitcoin/core/Peer.html b/docs/com/google/bitcoin/core/Peer.html index ce14edf3b..43d33d5a1 100644 --- a/docs/com/google/bitcoin/core/Peer.html +++ b/docs/com/google/bitcoin/core/Peer.html @@ -2,12 +2,10 @@ - Peer - @@ -139,14 +137,6 @@ A Peer handles the high level communication with a BitCoin node. It requires a N  void -broadcastTransaction(Transaction tx) - -
-          Send the given Transaction, ie, make a payment with BitCoins. - - - - void disconnect()
@@ -253,23 +243,6 @@ public java.util.concurrent.Future<

-broadcastTransaction

-
-public void broadcastTransaction(Transaction tx)
-                          throws java.io.IOException
-
-
Send the given Transaction, ie, make a payment with BitCoins. To create a transaction you can broadcast, use - a Wallet. After the broadcast completes, confirm the send using the wallet confirmSend() method. -

-

- -
Throws: -
java.io.IOException
-
-
-
-

startBlockChainDownload

diff --git a/docs/com/google/bitcoin/core/PeerAddress.html b/docs/com/google/bitcoin/core/PeerAddress.html
index b4034fa21..074e4bb4f 100644
--- a/docs/com/google/bitcoin/core/PeerAddress.html
+++ b/docs/com/google/bitcoin/core/PeerAddress.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 PeerAddress
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/ProtocolException.html b/docs/com/google/bitcoin/core/ProtocolException.html
index 82eb217cf..a73356c3b 100644
--- a/docs/com/google/bitcoin/core/ProtocolException.html
+++ b/docs/com/google/bitcoin/core/ProtocolException.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 ProtocolException
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/Script.html b/docs/com/google/bitcoin/core/Script.html
index d4521ea65..f44760cb5 100644
--- a/docs/com/google/bitcoin/core/Script.html
+++ b/docs/com/google/bitcoin/core/Script.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Script
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/ScriptException.html b/docs/com/google/bitcoin/core/ScriptException.html
index ce6919914..0cc9aa987 100644
--- a/docs/com/google/bitcoin/core/ScriptException.html
+++ b/docs/com/google/bitcoin/core/ScriptException.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 ScriptException
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/Transaction.SigHash.html b/docs/com/google/bitcoin/core/Transaction.SigHash.html
index db18dbbd8..77a1db293 100644
--- a/docs/com/google/bitcoin/core/Transaction.SigHash.html
+++ b/docs/com/google/bitcoin/core/Transaction.SigHash.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Transaction.SigHash
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/Transaction.html b/docs/com/google/bitcoin/core/Transaction.html
index 7bf8eddb6..61661220b 100644
--- a/docs/com/google/bitcoin/core/Transaction.html
+++ b/docs/com/google/bitcoin/core/Transaction.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Transaction
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/TransactionInput.html b/docs/com/google/bitcoin/core/TransactionInput.html
index 53fc5e73e..0497438b5 100644
--- a/docs/com/google/bitcoin/core/TransactionInput.html
+++ b/docs/com/google/bitcoin/core/TransactionInput.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 TransactionInput
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/TransactionOutPoint.html b/docs/com/google/bitcoin/core/TransactionOutPoint.html
index 0003cabb0..16eedfc26 100644
--- a/docs/com/google/bitcoin/core/TransactionOutPoint.html
+++ b/docs/com/google/bitcoin/core/TransactionOutPoint.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 TransactionOutPoint
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/TransactionOutput.html b/docs/com/google/bitcoin/core/TransactionOutput.html
index f3b73bb2a..a89db60c7 100644
--- a/docs/com/google/bitcoin/core/TransactionOutput.html
+++ b/docs/com/google/bitcoin/core/TransactionOutput.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 TransactionOutput
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/UnknownMessage.html b/docs/com/google/bitcoin/core/UnknownMessage.html
index 38e7ebb77..3b95e8ba5 100644
--- a/docs/com/google/bitcoin/core/UnknownMessage.html
+++ b/docs/com/google/bitcoin/core/UnknownMessage.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 UnknownMessage
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/Utils.html b/docs/com/google/bitcoin/core/Utils.html
index 8ce38d68c..8a1608a0c 100644
--- a/docs/com/google/bitcoin/core/Utils.html
+++ b/docs/com/google/bitcoin/core/Utils.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Utils
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/VarInt.html b/docs/com/google/bitcoin/core/VarInt.html
index 35cd03507..c5df59ce8 100644
--- a/docs/com/google/bitcoin/core/VarInt.html
+++ b/docs/com/google/bitcoin/core/VarInt.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 VarInt
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/VerificationException.html b/docs/com/google/bitcoin/core/VerificationException.html
index 7e4dba3b4..21c6aa3ec 100644
--- a/docs/com/google/bitcoin/core/VerificationException.html
+++ b/docs/com/google/bitcoin/core/VerificationException.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 VerificationException
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/VersionMessage.html b/docs/com/google/bitcoin/core/VersionMessage.html
index 34036029e..9416c6da1 100644
--- a/docs/com/google/bitcoin/core/VersionMessage.html
+++ b/docs/com/google/bitcoin/core/VersionMessage.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 VersionMessage
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/Wallet.html b/docs/com/google/bitcoin/core/Wallet.html
index 3d5b83963..8862f853d 100644
--- a/docs/com/google/bitcoin/core/Wallet.html
+++ b/docs/com/google/bitcoin/core/Wallet.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Wallet
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/WalletEventListener.html b/docs/com/google/bitcoin/core/WalletEventListener.html
index 3d729a553..a4b581b9c 100644
--- a/docs/com/google/bitcoin/core/WalletEventListener.html
+++ b/docs/com/google/bitcoin/core/WalletEventListener.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 WalletEventListener
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/package-frame.html b/docs/com/google/bitcoin/core/package-frame.html
index 1ac15fe1c..8c29a84ab 100644
--- a/docs/com/google/bitcoin/core/package-frame.html
+++ b/docs/com/google/bitcoin/core/package-frame.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.core
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/core/package-summary.html b/docs/com/google/bitcoin/core/package-summary.html
index b6c5a443f..aba8baae9 100644
--- a/docs/com/google/bitcoin/core/package-summary.html
+++ b/docs/com/google/bitcoin/core/package-summary.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.core
 
 
-
 
 
 
@@ -124,7 +122,7 @@ Package com.google.bitcoin.core
 
 
 ECKey
-Represents either an elliptic curve keypair that we own and can use for signing transactions.
+Represents an elliptic curve keypair that we own and can use for signing transactions.
 
 
 GetBlocksMessage
diff --git a/docs/com/google/bitcoin/core/package-tree.html b/docs/com/google/bitcoin/core/package-tree.html
index e53e431b3..1affe5899 100644
--- a/docs/com/google/bitcoin/core/package-tree.html
+++ b/docs/com/google/bitcoin/core/package-tree.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.core Class Hierarchy
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/examples/PingService.html b/docs/com/google/bitcoin/examples/PingService.html
index 979d4593e..be854e491 100644
--- a/docs/com/google/bitcoin/examples/PingService.html
+++ b/docs/com/google/bitcoin/examples/PingService.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 PingService
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/examples/PrivateKeys.html b/docs/com/google/bitcoin/examples/PrivateKeys.html
index 1337aa1a4..ca28f67f4 100644
--- a/docs/com/google/bitcoin/examples/PrivateKeys.html
+++ b/docs/com/google/bitcoin/examples/PrivateKeys.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 PrivateKeys
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/examples/package-frame.html b/docs/com/google/bitcoin/examples/package-frame.html
index dedaea167..fa12ce69b 100644
--- a/docs/com/google/bitcoin/examples/package-frame.html
+++ b/docs/com/google/bitcoin/examples/package-frame.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.examples
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/examples/package-summary.html b/docs/com/google/bitcoin/examples/package-summary.html
index 5b957d4ec..f30050654 100644
--- a/docs/com/google/bitcoin/examples/package-summary.html
+++ b/docs/com/google/bitcoin/examples/package-summary.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.examples
 
 
-
 
 
 
diff --git a/docs/com/google/bitcoin/examples/package-tree.html b/docs/com/google/bitcoin/examples/package-tree.html
index 2cc30f88e..e041b061e 100644
--- a/docs/com/google/bitcoin/examples/package-tree.html
+++ b/docs/com/google/bitcoin/examples/package-tree.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 com.google.bitcoin.examples Class Hierarchy
 
 
-
 
 
 
diff --git a/docs/constant-values.html b/docs/constant-values.html
index 66fb0df48..f6bd916b5 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Constant Field Values
 
 
-
 
 
 
diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html
index 3f505dadf..4d7bfe7d8 100644
--- a/docs/deprecated-list.html
+++ b/docs/deprecated-list.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Deprecated List
 
 
-
 
 
 
diff --git a/docs/help-doc.html b/docs/help-doc.html
index 7327abf9f..378d21487 100644
--- a/docs/help-doc.html
+++ b/docs/help-doc.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 API Help
 
 
-
 
 
 
diff --git a/docs/index-all.html b/docs/index-all.html
index efe98c638..6f98fc129 100644
--- a/docs/index-all.html
+++ b/docs/index-all.html
@@ -2,12 +2,10 @@
 
 
 
-
 
 Index
 
 
-
 
 
 
@@ -165,9 +163,6 @@ Constructor for class com.google.bitcoin.core.NetworkParameters for this chain.
BlockChain(NetworkParameters, Wallet) - Constructor for class com.google.bitcoin.core.BlockChain
  -
broadcastTransaction(Transaction) - -Method in class com.google.bitcoin.core.Peer -
Send the given Transaction, ie, make a payment with BitCoins.
bytes - Variable in class com.google.bitcoin.core.Message
  @@ -219,7 +214,7 @@ Static method in class com.google.bitcoin.core.

E

-
ECKey - Class in com.google.bitcoin.core
Represents either an elliptic curve keypair that we own and can use for signing transactions.
ECKey() - +
ECKey - Class in com.google.bitcoin.core
Represents an elliptic curve keypair that we own and can use for signing transactions.
ECKey() - Constructor for class com.google.bitcoin.core.ECKey
Generates an entirely new keypair.
ECKey(BigInteger) - diff --git a/docs/index.html b/docs/index.html index 8c99a8c62..556db6944 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,6 @@ - Generated Documentation (Untitled) diff --git a/docs/overview-frame.html b/docs/overview-frame.html index c10f604bf..4a187da55 100644 --- a/docs/overview-frame.html +++ b/docs/overview-frame.html @@ -2,12 +2,10 @@ - Overview List - diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 8d56fcca7..06438fab2 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -2,12 +2,10 @@ - Overview - diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 2fbb149ec..b4548ef4a 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -2,12 +2,10 @@ - Class Hierarchy - diff --git a/docs/serialized-form.html b/docs/serialized-form.html index 5cb15c8a0..3d3e48b0e 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -2,12 +2,10 @@ - Serialized Form - diff --git a/src/com/google/bitcoin/core/ECKey.java b/src/com/google/bitcoin/core/ECKey.java index edcaffe44..5e24c91c6 100644 --- a/src/com/google/bitcoin/core/ECKey.java +++ b/src/com/google/bitcoin/core/ECKey.java @@ -34,7 +34,7 @@ import java.math.BigInteger; import java.security.SecureRandom; /** - * Represents either an elliptic curve keypair that we own and can use for signing transactions. Currently, + * Represents an elliptic curve keypair that we own and can use for signing transactions. Currently, * Bouncy Castle is used. In future this may become an interface with multiple implementations using different crypto * libraries. The class also provides a static method that can verify a signature with just the public key.

*/ diff --git a/src/com/google/bitcoin/core/Peer.java b/src/com/google/bitcoin/core/Peer.java index a651d12b1..00de2b290 100644 --- a/src/com/google/bitcoin/core/Peer.java +++ b/src/com/google/bitcoin/core/Peer.java @@ -279,7 +279,7 @@ public class Peer { * a {@link Wallet}. After the broadcast completes, confirm the send using the wallet confirmSend() method. * @throws IOException */ - public void broadcastTransaction(Transaction tx) throws IOException { + void broadcastTransaction(Transaction tx) throws IOException { conn.writeMessage(NetworkConnection.MSG_TX, tx); }