mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
fixme: src/rpc/util.cpp
this is now working after fixing up the rpc args in the previous commit
This commit is contained in:
parent
862a6868d8
commit
9eb7c8da3d
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ RPCHelpMan::RPCHelpMan(std::string name, std::string description, std::vector<RP
|
|||
for (const std::string& name : names) {
|
||||
auto& param_type = param_names[name];
|
||||
CHECK_NONFATAL(!(param_type & POSITIONAL));
|
||||
// CHECK_NONFATAL(!(param_type & NAMED_ONLY)); // ELEMENTS FIXME
|
||||
CHECK_NONFATAL(!(param_type & NAMED_ONLY));
|
||||
param_type |= POSITIONAL;
|
||||
}
|
||||
if (arg.m_type == RPCArg::Type::OBJ_NAMED_PARAMS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue