コード例 #1
0
ファイル: ChainState.php プロジェクト: sbwdlihao/node-php
 /**
  * @param BlockIndex $blockIndex
  */
 public function updateTip(BlockIndex $blockIndex)
 {
     $this->chain->updateTip($blockIndex);
 }