diff options
author | MacroFake <falke.marco@gmail.com> | 2022-04-29 14:05:24 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-04-29 14:05:29 +0200 |
commit | 26296eba3dc34043b025bda167386c47693705b5 (patch) | |
tree | 8a58460b5fb20a8c7c1c77a2de82551783c92d21 /src/interfaces | |
parent | 194b414697777b5ac9d9918004b851dbd4f8ce17 (diff) | |
parent | fad35e9afdd0bb6e8d6bf7f34a31de11aeb2d39b (diff) |
Merge bitcoin/bitcoin#25025: test: Remove boost::split from rpc_tests.cpp
fad35e9afdd0bb6e8d6bf7f34a31de11aeb2d39b test: Remove boost::split from rpc_tests.cpp (MacroFake)
Pull request description:
No need for boost, as there are no tabs.
Can be tested with:
```diff
diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp
index 50b5078110..ad6a888ad0 100644
--- a/src/test/rpc_tests.cpp
+++ b/src/test/rpc_tests.cpp
@@ -29,6 +29,7 @@ public:
UniValue RPCTestingSetup::CallRPC(std::string args)
{
+Assert(args.find('\t')==std::string::npos);
std::vector<std::string> vArgs;
boost::split(vArgs, args, boost::is_any_of(" \t"));
std::string strMethod = vArgs[0];
ACKs for top commit:
fanquake:
utACK fad35e9afdd0bb6e8d6bf7f34a31de11aeb2d39b
Tree-SHA512: 3df789a222b407d61ad549adc4bbded00705d7c3db07472c31ce0e82216fe3ae27724b7f0ee3e85084bdf405cc28185e85487c9a7001620d6654fda77bab8eb3
Diffstat (limited to 'src/interfaces')
0 files changed, 0 insertions, 0 deletions