mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
WalletTool: don't unnecessarily reinitialize tx variable t
in send()
This commit is contained in:
parent
f58d07a623
commit
17f9b1dcfe
@ -715,7 +715,6 @@ public class WalletTool implements Callable<Integer> {
|
||||
} catch (ScriptException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
t = req.tx; // Not strictly required today.
|
||||
System.out.println(t.getTxId());
|
||||
if (offline) {
|
||||
wallet.commitTx(t);
|
||||
|
Loading…
Reference in New Issue
Block a user