mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace deprecated BOOST_MESSAGE with BOOST_TEST_MESSAGE
This commit is contained in:
parent
6bfd894f46
commit
818083e705
@ -207,7 +207,7 @@ void RPCSession::personal_unlockAccount(string const& _address, string const& _p
|
|||||||
string RPCSession::personal_newAccount(string const& _password)
|
string RPCSession::personal_newAccount(string const& _password)
|
||||||
{
|
{
|
||||||
string addr = rpcCall("personal_newAccount", { quote(_password) }).asString();
|
string addr = rpcCall("personal_newAccount", { quote(_password) }).asString();
|
||||||
BOOST_MESSAGE("Created account " + addr);
|
BOOST_TEST_MESSAGE("Created account " + addr);
|
||||||
return addr;
|
return addr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user