Submit Env transactions through RPC interface

This commit is contained in:
Vinnie Falco
2015-12-21 13:57:23 -05:00
committed by Edward Hennis
parent 8f74ee1d96
commit d5363d1a85
6 changed files with 84 additions and 35 deletions

View File

@@ -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};