are all nodes validate each transaction added in a new block?

0

are all nodes validate each transaction added in a new block?

Because what if someone said I have completed block and added invalid transaction? and if others node just accepts a block without validating a transaction.

bugCracker

Posted 2018-08-17T08:22:41.220

Reputation: 107

Answers

2

are all nodes validate each transaction added in a new block?

Yes, each full node checks each transaction and block to make sure they are valid according to the network rules.

chytrik

Posted 2018-08-17T08:22:41.220

Reputation: 10 276