chaintope / tapyrus-core

Tapyrus Core
MIT License
46 stars 17 forks source link

Fix for tapyrus signer warning in getblockchaininfo rpc #288

Closed Naviabheeman closed 8 months ago

Naviabheeman commented 9 months ago

Change the output of getblockchaininfo rpc to use snake case for aggegate_pubkeys and max_block_sizes to fix warning in signer compilation.

This change is not backward compatible with any script which uses "aggegatePubkeys" key to extract the pubkeys from the result. Tapyrus-core scripts have been updated. If there are other scripts they have to be changed.