nervosnetwork / ckb-cli

CKB command line interface
MIT License
56 stars 35 forks source link

verify_transaction_and_witness_proof should be consistent with the estimated period #562

Closed 15168316096 closed 1 year ago

15168316096 commented 1 year ago

verify_transaction_and_witness_proof should be consistent with the estimated period raw data = False, the call fails and prompts an error xueyanli@xueyanlideMacBook-Pro ckb-py-integration-test % cat /tmp/tmp.json {"block_hash": "0x4c8bc2d0fd4367db1d000417bf64ba06b60daa2ad5f4c7879af0a0804bdc1233", "transactions_proof": {"indices": ["0x0"], "lemmas": []}, "witnesses_proof": {"indices": ["0x0"], "lemmas": []}}% image

15168316096 commented 1 year ago

@eval-exec After repairing, synchronize here

eval-exec commented 1 year ago

Fixed