Support BIP173 in addwitnessaddress

This commit is contained in:
Pieter Wuille
2017-08-26 14:52:03 -07:00
parent c091b99379
commit e278f12ca7
2 changed files with 46 additions and 14 deletions

View File

@@ -129,6 +129,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "logging", 0, "include" },
{ "logging", 1, "exclude" },
{ "disconnectnode", 1, "nodeid" },
{ "addwitnessaddress", 1, "p2sh" },
// Echo with conversion (For testing only)
{ "echojson", 0, "arg0" },
{ "echojson", 1, "arg1" },