From 1bd44494668b52606487b02551075433e211e5ba Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 29 Jun 2023 20:12:31 +0300 Subject: [PATCH] fix: Fix trivial validation typo and test (#5465) ## Issue being fixed or feature implemented `GetVersion` expects `is_basic_scheme_active`, not `is_bls_legacy_scheme` ## What was done? see commits ## How Has This Been Tested? `make check` ## Breaking Changes luckily only tests are affected ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ --- src/evo/providertx.cpp | 16 ++++++++-------- src/test/evo_trivialvalidation.cpp | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/evo/providertx.cpp b/src/evo/providertx.cpp index 010c291f94..c2be31ad52 100644 --- a/src/evo/providertx.cpp +++ b/src/evo/providertx.cpp @@ -11,9 +11,9 @@ #include