mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
This commit adds signet support, which is a little bit silly/redundant for us :) Was a surprisingly easy merge to handle, and hopefully in future Core is more mindful of signed blocks when they are changing code architecture. I had to change a couple lines of src/signet.cpp to add blank assets to the CTxOuts and to find transaction input scriptWitnesses. No need to add any other tx witness data (and the CAsset()s that I did add to make things compile won't be used..) because signet will always have g_con_elementsmode off. |
||
|---|---|---|
| .. | ||
| consensus.h | ||
| merkle.cpp | ||
| merkle.h | ||
| params.h | ||
| tx_check.cpp | ||
| tx_check.h | ||
| tx_verify.cpp | ||
| tx_verify.h | ||
| validation.h | ||