MCPcopy Create free account
hub / github.com/ElementsProject/elements / ~Secp256k1Init

Method ~Secp256k1Init

src/bitcoin-tx.cpp:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 ECC_Start();
730 }
731 ~Secp256k1Init() {
732 ECC_Stop();
733 }
734};
735
736static void MutateTx(CMutableTransaction& tx, const std::string& command,

Callers

nothing calls this directly

Calls 1

ECC_StopFunction · 0.85

Tested by

no test coverage detected