diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-23 12:39:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-23 12:47:19 +0200 |
| commit | bf7c1958d1994c497387f8a2de678a06348f7874 (patch) | |
| tree | f2ec5e87fd0a449230a0e2585ae3129b7d5612c4 /src/rpcclient.cpp | |
| parent | Merge pull request #6818 (diff) | |
| parent | Add optional locktime to createrawtransaction (diff) | |
| download | discoin-bf7c1958d1994c497387f8a2de678a06348f7874.tar.xz discoin-bf7c1958d1994c497387f8a2de678a06348f7874.zip | |
Merge pull request #5936
212bcca Add optional locktime to createrawtransaction (Tom Harding)
Diffstat (limited to 'src/rpcclient.cpp')
| -rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 4064c2fee..343b6234d 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "getrawtransaction", 1 }, { "createrawtransaction", 0 }, { "createrawtransaction", 1 }, + { "createrawtransaction", 2 }, { "signrawtransaction", 1 }, { "signrawtransaction", 2 }, { "sendrawtransaction", 1 }, |