Transaction

035ab39df27e5c771b7e77b16cea167417df0a97fea3afd1e154fa312c4e4e14
Timestamp (utc)
2024-03-23 16:42:39
Fee Paid
0.00000021 BSV
(
0.02662799 BSV
-
0.02662778 BSV
)
Fee Rate
10.22 sat/KB
Version
1
Confirmations
97,663
Size Stats
2,053 B

2 Outputs

Total Output:
0.02662778 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/035ab39df27e5c771b7e77b16cea167417df0a97fea3afd1e154fa312c4e4e14