Skip to content

Commit 71886ff

Browse files
committed
rpc: add notes for get_consensus rpc multisig will upgrade
Signed-off-by: Eval EXEC <[email protected]>
1 parent 3c8d8fb commit 71886ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rpc/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,8 @@ The response looks like below when `verbosity` is 0.
16571657

16581658
Return various consensus parameters.
16591659

1660+
Notes: The `secp256k1_blake160_multisig_all_type_hash` the hash created on geneesis block, CKB may upgrade the multisig contract: https://github.com/nervosnetwork/ckb-system-scripts
1661+
16601662
###### Returns
16611663

16621664
If any hardfork feature has `epoch=null`, it means the feature will never be activated.

rpc/src/module/chain.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,8 @@ pub trait ChainRpc {
13221322

13231323
/// Return various consensus parameters.
13241324
///
1325+
/// Notes: The `secp256k1_blake160_multisig_all_type_hash` the hash created on geneesis block, CKB may upgrade the multisig contract: https://github.com/nervosnetwork/ckb-system-scripts
1326+
///
13251327
/// ## Returns
13261328
///
13271329
/// If any hardfork feature has `epoch=null`, it means the feature will never be activated.

0 commit comments

Comments
 (0)