Transaction

7bcba9350c8059f54a338b68280f23e30959d7e2cdd2e60bfbbf767ef4e8e5e8
Timestamp (utc)
2024-03-27 21:54:14
Fee Paid
0.00000021 BSV
(
0.00689690 BSV
-
0.00689669 BSV
)
Fee Rate
10.22 sat/KB
Version
1
Confirmations
99,651
Size Stats
2,053 B

2 Outputs

Total Output:
0.00689669 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM <div class="post">What was this wallet used with? &nbsp;An early accounts patch or git build?<br/><br/>It's while loading the wallet. &nbsp;I assume it must be in this:<br/><br/>&nbsp;&nbsp; &nbsp;else if (strType == "acentry")<br/>&nbsp;&nbsp; &nbsp;{<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;string strAccount;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ssKey &gt;&gt; strAccount;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;uint64 nNumber;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ssKey &gt;&gt; nNumber;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if (nNumber &gt; nAccountingEntryNumber)<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nAccountingEntryNumber = nNumber;<br/>&nbsp;&nbsp; &nbsp;}<br/><br/>You could check that with this:<br/><br/>&nbsp;&nbsp; &nbsp;else if (strType == "acentry")<br/>&nbsp;&nbsp; &nbsp;{<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;string strAccount;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;assert(!ssKey.empty());<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ssKey &gt;&gt; strAccount;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;uint64 nNumber;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if (ssKey.size() != 8 )<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("***** %s %d ", strAccount.c_str(), ssKey.size());<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;assert(ssKey.empty() == false);<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ssKey &gt;&gt; nNumber;<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if (nNumber &gt; nAccountingEntryNumber)<br/>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nAccountingEntryNumber = nNumber;<br/>&nbsp;&nbsp; &nbsp;}<br/><br/><br/>Was there an interim version of accounts on git at some point that had just ("acentry", "account") for the key?<br/><br/>If you have gdb, you could run it in gdb and do a backtrace. <br/><br/>gdb --args bitcoin ...<br/>run<br/>(wait for exception)<br/>bt<br/></div> text/html
    https://whatsonchain.com/tx/7bcba9350c8059f54a338b68280f23e30959d7e2cdd2e60bfbbf767ef4e8e5e8