ソースを参照

correction nonce_binary_str

master
コミット
1689bd6cd3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      blockchain/inc/block.php

+ 1
- 1
blockchain/inc/block.php ファイルの表示

@ -265,7 +265,7 @@ class blockchain
$the_block->nonce_binary_str = decbin($the_block->nonce);
if (strlen($the_block->nonce_binary_str) > 32) $the_block->nonce_binray_str = substr($nonce_binray_str,-32,32);
$the_block->topisto_nonce_blockchain_info = $the_block->nonce;
$the_block->nonce = bindec($the_block->nonce_binray_str);
$the_block->nonce = bindec($the_block->nonce_binary_str);
if (!isset($the_block->topisto_inputs))
{

読み込み中…
キャンセル
保存