mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Script: Remove mention of 'from addresses' in comment.
This commit is contained in:
@@ -188,7 +188,7 @@ public class Script {
|
||||
*
|
||||
* <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.
|
||||
* 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>
|
||||
*/
|
||||
private void parse(byte[] program) throws ScriptException {
|
||||
|
Reference in New Issue
Block a user