GatewaysCC small fixes

This commit is contained in:
Mihailo Milenkovic
2019-02-27 16:31:41 +01:00
parent 1da0a1710d
commit b00411083f
2 changed files with 2 additions and 2 deletions

View File

@@ -1815,7 +1815,7 @@ UniValue GatewaysDumpPrivKey(uint256 bindtxid,CKey key)
priv=EncodeCustomSecret(key,wiftype);
result.push_back(Pair("result","success"));
result.push_back(Pair("address",priv.c_str()));
result.push_back(Pair("privkey",priv.c_str()));
return(result);
}