You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpc/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1657,6 +1657,8 @@ The response looks like below when `verbosity` is 0.
1657
1657
1658
1658
Return various consensus parameters.
1659
1659
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
+
1660
1662
###### Returns
1661
1663
1662
1664
If any hardfork feature has `epoch=null`, it means the feature will never be activated.
Copy file name to clipboardExpand all lines: rpc/src/module/chain.rs
+2
Original file line number
Diff line number
Diff line change
@@ -1322,6 +1322,8 @@ pub trait ChainRpc {
1322
1322
1323
1323
/// Return various consensus parameters.
1324
1324
///
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
+
///
1325
1327
/// ## Returns
1326
1328
///
1327
1329
/// If any hardfork feature has `epoch=null`, it means the feature will never be activated.
0 commit comments