Add TransactionOutPoint.setIndex

This commit is contained in:
Matt Corallo 2012-09-05 23:00:05 -04:00 committed by Mike Hearn
parent da0f8a791b
commit 5321352820

View File

@ -179,6 +179,13 @@ public class TransactionOutPoint extends ChildMessage implements Serializable {
maybeParse();
return index;
}
/**
* @param index the index to set
*/
void setIndex(long index) {
this.index = index;
}
/**
* Ensure object is fully parsed before invoking java serialization. The backing byte array