aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-12-11 15:24:02 -0500
committerMarcoFalke <[email protected]>2018-03-07 12:58:14 -0500
commitfa06dfce0f1f8e5e34f416c556590fa56b721788 (patch)
tree95b517e24c4dc0223d4b47e0ab718fc73cad1f93 /src/test/rpc_tests.cpp
parentrpc: Allow typeAny in RPCTypeCheck (diff)
downloaddiscoin-fa06dfce0f1f8e5e34f416c556590fa56b721788.tar.xz
discoin-fa06dfce0f1f8e5e34f416c556590fa56b721788.zip
[rpc] createrawtransaction: Accept sorted outputs
Diffstat (limited to 'src/test/rpc_tests.cpp')
-rw-r--r--src/test/rpc_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp
index 108c1a063..763cf3aa6 100644
--- a/src/test/rpc_tests.cpp
+++ b/src/test/rpc_tests.cpp
@@ -52,7 +52,6 @@ BOOST_AUTO_TEST_CASE(rpc_rawparams)
BOOST_CHECK_THROW(CallRPC("createrawtransaction"), std::runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction null null"), std::runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction not_array"), std::runtime_error);
- BOOST_CHECK_THROW(CallRPC("createrawtransaction [] []"), std::runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction {} {}"), std::runtime_error);
BOOST_CHECK_NO_THROW(CallRPC("createrawtransaction [] {}"));
BOOST_CHECK_THROW(CallRPC("createrawtransaction [] {} extra"), std::runtime_error);