mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-15 11:58:30 +00:00
Fixed JavaDoc for getScript() method
This commit is contained in:
@@ -177,7 +177,7 @@ public class FullPrunedBlockChain extends AbstractBlockChain {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the {@link Script} from the script bytes or null if it doesn't parse.
|
||||
* Get the {@link Script} from the script bytes or return Script of empty byte array.
|
||||
*/
|
||||
private Script getScript(byte[] scriptBytes) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user