aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-12-11 15:24:02 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-03-07 12:58:14 -0500
commitfa06dfce0f1f8e5e34f416c556590fa56b721788 (patch)
tree95b517e24c4dc0223d4b47e0ab718fc73cad1f93 /src/rpc/server.h
parent8acd25d8548d91f1e6c1d7c6fa3528c09da6ff80 (diff)
downloadbitcoin-fa06dfce0f1f8e5e34f416c556590fa56b721788.tar.xz
[rpc] createrawtransaction: Accept sorted outputs
Diffstat (limited to 'src/rpc/server.h')
-rw-r--r--src/rpc/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/server.h b/src/rpc/server.h
index 703c105be0..8b32924fbc 100644
--- a/src/rpc/server.h
+++ b/src/rpc/server.h
@@ -28,7 +28,7 @@ namespace RPCServer
}
/** Wrapper for UniValue::VType, which includes typeAny:
- * Used to denote don't care type. Only used by RPCTypeCheckObj */
+ * Used to denote don't care type. */
struct UniValueType {
UniValueType(UniValue::VType _type) : typeAny(false), type(_type) {}
UniValueType() : typeAny(true) {}