Browse Source

Pull in test change from upstream

sietch
Duke Leto 5 years ago
parent
commit
284f8a7e60
  1. 3
      src/test-komodo/test_eval_notarisation.cpp

3
src/test-komodo/test_eval_notarisation.cpp

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

Loading…
Cancel
Save