Script: Remove mention of 'from addresses' in comment.

This commit is contained in:
Andreas Schildbach
2019-05-11 11:46:21 +02:00
parent aaf2155fa7
commit 3e0a65f36f

View File

@@ -188,7 +188,7 @@ public class Script {
* *
* <p>The reason for this split, instead of just interpreting directly, is to make it easier * <p>The reason for this split, instead of just interpreting directly, is to make it easier
* to reach into a programs structure and pull out bits of data without having to run it. * to reach into a programs structure and pull out bits of data without having to run it.
* This is necessary to render the to/from addresses of transactions in a user interface. * This is necessary to render the to addresses of transactions in a user interface.
* Bitcoin Core does something similar.</p> * Bitcoin Core does something similar.</p>
*/ */
private void parse(byte[] program) throws ScriptException { private void parse(byte[] program) throws ScriptException {