Example #1
0
 /** Sets the value of this output. */
 public void setValue(Coin value) {
   checkNotNull(value);
   unCache();
   this.value = value.value;
 }