You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block consensus validation when it processes a block:
Construct a raw block equivalent with existing block structure by pulling raw tx from buspool
then reconstruct raw block then get pass through block validation logics.
Chainlocked tx would only do basic check
Output amount > input amount
No negative output
No spent input
Block get stored in blockdb with the reconstruct raw block (i,e include raw tx from both mempool and buspool)
The text was updated successfully, but these errors were encountered:
Block consensus validation when it processes a block:
Construct a raw block equivalent with existing block structure by pulling raw tx from buspool
then reconstruct raw block then get pass through block validation logics.
The text was updated successfully, but these errors were encountered: