mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Submit Env transactions through RPC interface
This commit is contained in:
committed by
Edward Hennis
parent
8f74ee1d96
commit
d5363d1a85
@@ -146,7 +146,7 @@ struct Regression_test : public beast::unit_test::suite
|
||||
(sfSigningPubKey, std::move(pubKeyBlob.first));
|
||||
jt.stx.reset (secp256r1Sig.release());
|
||||
|
||||
env (jt, ter (temBAD_SIGNATURE));
|
||||
env (jt, ter (temINVALID));
|
||||
};
|
||||
|
||||
Account const alice {"alice", KeyType::secp256k1};
|
||||
|
||||
Reference in New Issue
Block a user