mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Allow random seed with specified wallet_propose key_type (RIPD-1030)
This commit is contained in:
@@ -132,6 +132,9 @@ public:
|
||||
|
||||
Json::Value params;
|
||||
params[jss::key_type] = keyType;
|
||||
|
||||
expect (! contains_error (walletPropose (params)));
|
||||
|
||||
params[jss::passphrase] = common::passphrase;
|
||||
|
||||
testSecretWallet (params, strings);
|
||||
|
||||
Reference in New Issue
Block a user