mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Wallet, KeyChainGroup: fix typos in JavaDoc
This commit is contained in:
parent
c006e5edfe
commit
6cf2cb4211
2 changed files with 2 additions and 2 deletions
|
@ -485,7 +485,7 @@ public class KeyChainGroup implements KeyBag {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the key chain that's used for generation of default fresh/current keys. This is always the newest
|
* Returns the key chain that's used for generation of default fresh/current keys. This is always the newest
|
||||||
* deterministic chain. If no deterministic chain is present but imported keys instead, a deterministic upgrate is
|
* deterministic chain. If no deterministic chain is present but imported keys instead, a deterministic upgrade is
|
||||||
* tried.
|
* tried.
|
||||||
*/
|
*/
|
||||||
public final DeterministicKeyChain getActiveKeyChain() {
|
public final DeterministicKeyChain getActiveKeyChain() {
|
||||||
|
|
|
@ -2552,7 +2552,7 @@ public class Wallet extends BaseTaggableObject
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates and returns a new List with the same txns as inputSet
|
* Creates and returns a new List with the same txns as inputSet
|
||||||
* but txns are sorted by depencency (a topological sort).
|
* but txns are sorted by dependency (a topological sort).
|
||||||
* If tx B spends tx A, then tx A should be before tx B on the returned List.
|
* If tx B spends tx A, then tx A should be before tx B on the returned List.
|
||||||
* Several invocations to this method with the same inputSet could result in lists with txns in different order,
|
* Several invocations to this method with the same inputSet could result in lists with txns in different order,
|
||||||
* as there is no guarantee on the order of the returned txns besides what was already stated.
|
* as there is no guarantee on the order of the returned txns besides what was already stated.
|
||||||
|
|
Loading…
Add table
Reference in a new issue