Transaction validation process #6698
Unanswered
sourav6251
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose you have 10 devices on the same network. At some point, 8 devices (C, D, E, F, G, H, I, J) go offline, and the remaining 2 devices (A, B) make a payment. After validating this payment, all 10 devices (A, B, C, D, E, F, G, H, I, J) go offline. Later, the 8 devices (C, D, E, F, G, H, I, J), which went offline before A and B made their transaction, come back online while A and B remain offline. During this time, the 8 devices (C, D, E, F, G, H, I, J) make some transactions. Finally, devices A and B come back online. How are all these transactions validated?
Beta Was this translation helpful? Give feedback.
All reactions