Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. * thread #13: tid = 26716, 0x00000000004a0c9f gridcoinresearchd`IsCPIDValidv2(mc=0x00007fffc09284c0, height=851314) + 79 at main.cpp:5794, name = 'grc-msghand', stop reason = step over
  2. frame #0: 0x00000000004a0c9f gridcoinresearchd`IsCPIDValidv2(mc=0x00007fffc09284c0, height=851314) + 79 at main.cpp:5794
  3. 5791 }
  4. 5792 else if (height >= cpidV2CutOverHeight && height <= cpidV3CutOverHeight)
  5. 5793 {
  6. -> 5794 if (mc.cpid == "INVESTOR" || mc.cpid=="investor") return true;
  7. 5795 result = CPID_IsCPIDValid(mc.cpid, mc.cpidv2, (uint256)mc.lastblockhash);
  8. 5796 }
  9. 5797 else if (height >= cpidV3CutOverHeight)
  10. (lldb) print height
  11. (int) $4 = 851314
  12. (lldb) print cpidV3CutOverHeight
  13. (int) $5 = 725000
  14. (lldb) print cpidV2CutOverHeight
  15. (int) $6 = 97000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement