mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Allow multi-sign to be enabled at runtime:
This lets unit tests exercise multi-sign interfaces without having to set RIPPLE_MULTI_SIGN_ENABLE.
This commit is contained in:
@@ -357,6 +357,8 @@ transact_SetSignerList (
|
||||
TransactionEngineParams params,
|
||||
TransactionEngine* engine)
|
||||
{
|
||||
if (! engine->enableMultiSign())
|
||||
return temDISABLED;
|
||||
return SetSignerList (txn, params, engine).apply ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user