Skip to content

add missing error check to transactionpool test

Christopher Schinnerl requested to merge mtlynch:check-err into master

Created by: mtlynch

Adds a check for error after AddBlock call. This fixes a linter warning about ineffectual assignment of the err variable.

Merge request reports