mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 23:03:04 +00:00
Make wallet.getChangeAddress() visible.
This commit is contained in:
parent
ab7e8685b5
commit
d9c21d58c7
@ -2042,7 +2042,8 @@ public class Wallet implements Serializable, BlockChainListener {
|
|||||||
return candidates;
|
return candidates;
|
||||||
}
|
}
|
||||||
|
|
||||||
Address getChangeAddress() {
|
/** Returns the address used for change outputs. Note: this will probably go away in future. */
|
||||||
|
public Address getChangeAddress() {
|
||||||
lock.lock();
|
lock.lock();
|
||||||
try {
|
try {
|
||||||
// For now let's just pick the first key in our keychain. In future we might want to do something else to
|
// For now let's just pick the first key in our keychain. In future we might want to do something else to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user