Skip to content

Commit

Permalink
Merge pull request #11 from cryptape/gp/support0.111.0
Browse files Browse the repository at this point in the history
fix: get_consensus
  • Loading branch information
gpBlockchain authored Jul 3, 2023
2 parents 8ec3208 + 500844c commit 85e9b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb/test/ckb.spec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Ckb Node Rpc check Tests', function () {
// })

it("get_consensus", async () => {
await ckbRequestTest(this.ctx, TestCkBkbClient.getConsensus(), config)
await ckbRequestTest(this.ctx, request(1,config.rpc,"get_consensus",[]), config)
})
it("get_block_median_time", async () => {
await ckbRequestTest(this.ctx, request(1, config.rpc, "get_block_median_time", ["0xb3c5b9789dff3821e298a62e6cc4060accb19ed2558f988a8826573252b9ae20"]), config)
Expand Down

0 comments on commit 85e9b81

Please sign in to comment.