Fixed JavaDoc for getScript() method

This commit is contained in:
Loco
2015-05-26 00:50:05 +03:00
committed by Mike Hearn
parent ca5bdab07c
commit 1ddf822ecf

View File

@@ -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 {