Ejemplo n.º 1
0
		/**
		 * Called by the wallet when the tx appears on the best chain and a new block is added to the top.
		 * Updates the internal counter that tracks how deeply buried the block is.
		 * Work is the value of block.getWork().
		 */
		public synchronized void notifyWorkDone(Block block) throws VerificationException {
Ejemplo n.º 2
0
 public bool Add(Block block)
 {
     throw new NotImplementedException();
 }