]> Git Repo - VerusCoin.git/commitdiff
crosschainproof return-type fix
authorDeckerSU <[email protected]>
Thu, 19 Dec 2019 22:02:25 +0000 (01:02 +0300)
committerDeckerSU <[email protected]>
Thu, 19 Dec 2019 22:02:25 +0000 (01:02 +0300)
src/rpc/crosschain.cpp

index 7e113f3304c943b84ccd6cbe3196308480130d03..4bdf679015449caaba7c30f9e478e87d09f1cbcb 100644 (file)
@@ -50,7 +50,7 @@ UniValue assetchainproof(const UniValue& params, bool fHelp)
 
 UniValue crosschainproof(const UniValue& params, bool fHelp)
 {
-    
+    return NullUniValue;
 }
 
 
This page took 0.024961 seconds and 4 git commands to generate.