Transaction

22a768ee4677dc065040ac22d9891b4b8a26072fa5d292d4ec0ab749677f77a0
Timestamp (utc)
2024-04-03 02:31:36
Fee Paid
0.00000008 BSV
(
0.01051035 BSV
-
0.01051027 BSV
)
Fee Rate
10.68 sat/KB
Version
1
Confirmations
95,735
Size Stats
749 B

2 Outputs

Total Output:
0.01051027 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckMð<div class="post">Jef, at least it's now clear the problem is in the bytereverse(x) macro. Please try to replace it with:<br/><br/>uint bytereverse(const uint x)<br/>{<br/>&nbsp;&nbsp;&nbsp;uint result;<br/>&nbsp;&nbsp;&nbsp;uchar* b = (uchar *)&amp;x;<br/>&nbsp;&nbsp;&nbsp;uchar* l = (uchar *)&amp;result;<br/>&nbsp;&nbsp;&nbsp;l[0] = b[3];<br/>&nbsp;&nbsp;&nbsp;l[1] = b[2];<br/>&nbsp;&nbsp;&nbsp;l[2] = b[1];<br/>&nbsp;&nbsp;&nbsp;l[3] = b[0];<br/>&nbsp;&nbsp;&nbsp;return result;<br/>}</div> text/html
    https://whatsonchain.com/tx/22a768ee4677dc065040ac22d9891b4b8a26072fa5d292d4ec0ab749677f77a0