Browse Source

Fix z_importkey for sapling addresses

pull/4/head
Jonathan "Duke" Leto 6 years ago
parent
commit
d3d5fb9142
  1. 1
      src/rpc/client.cpp

1
src/rpc/client.cpp

@ -136,7 +136,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_shieldcoinbase", 3},
{ "z_getoperationstatus", 0},
{ "z_getoperationresult", 0},
{ "z_importkey", 1 },
{ "paxprice", 4 },
{ "paxprices", 3 },
{ "paxpending", 0 },

Loading…
Cancel
Save