mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
No need for test fixture now that multisig is enabled on main network.
This commit is contained in:
parent
c13f5dbecf
commit
c4d884e20e
@ -22,14 +22,7 @@ createArgs(int nRequired, const char* address1=NULL, const char* address2=NULL)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This can be removed this when addmultisigaddress is enabled on main net:
|
BOOST_AUTO_TEST_CASE(rpc_addmultisig)
|
||||||
struct TestNetFixture
|
|
||||||
{
|
|
||||||
TestNetFixture() { fTestNet = true; }
|
|
||||||
~TestNetFixture() { fTestNet = false; }
|
|
||||||
};
|
|
||||||
|
|
||||||
BOOST_FIXTURE_TEST_CASE(rpc_addmultisig, TestNetFixture)
|
|
||||||
{
|
{
|
||||||
rpcfn_type addmultisig = tableRPC["addmultisigaddress"]->actor;
|
rpcfn_type addmultisig = tableRPC["addmultisigaddress"]->actor;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user