Transaction

4294aafe6aae66b77af0b068e229220c29111ff32d91d14ed4161de8234cd8c9
( - )
6,539
2024-03-28 01:34:19
1
930 B

2 Outputs

Total Output:
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM¦<div class="post">Does it happen every time you run it, or just happened once at some random time?<br/><br/>I've never seen that fail before.&nbsp; It's a call to OpenSSL that I assumed would never fail, but I put an error check there just in case.&nbsp; I can't imagine how it would fail.&nbsp; Out of memory maybe.<br/><br/>The code is:<br/><br/>key.h:<br/>&nbsp; &nbsp; EC_KEY* pkey;<br/><br/>&nbsp; &nbsp; &nbsp; &nbsp; pkey = EC_KEY_new_by_curve_name(NID_secp256k1);<br/>&nbsp; &nbsp; &nbsp; &nbsp; if (pkey == NULL)<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; throw key_error("CKey::CKey() : EC_KEY_new_by_curve_name failed");<br/><br/>NID_secp256k1 is a constant.</div> text/html
    https://whatsonchain.com/tx/4294aafe6aae66b77af0b068e229220c29111ff32d91d14ed4161de8234cd8c9