Skip to content

Commit 22fc25d

Browse files
authored
Merge pull request #660 from eynhaender/master
Fix native ambiguity in electrum test.
2 parents dd32729 + d6afbac commit 22fc25d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/protocols/electrum/electrum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <boost/format.hpp>
2424

2525
electrum_setup_fixture::electrum_setup_fixture()
26-
: config_{ system::chain::selection::mainnet, native, admin },
26+
: config_{ system::chain::selection::mainnet, ::native, admin },
2727
store_
2828
{
2929
[&]() NOEXCEPT -> const database::settings&

0 commit comments

Comments
 (0)