Pull in test change from upstream

This commit is contained in:
Duke Leto
2019-12-19 09:18:16 -05:00
parent 9c3d846573
commit 284f8a7e60

View File

@@ -56,7 +56,8 @@ namespace TestEvalNotarisation {
}
};
static auto noop = [&](CMutableTransaction &mtx){};
//static auto noop = [&](CMutableTransaction &mtx){};
static auto noop = [](CMutableTransaction &mtx){};
template<typename Modifier>