[rpc] createrawtransaction: Accept sorted outputs

This commit is contained in:
MarcoFalke
2017-12-11 15:24:02 -05:00
parent 8acd25d854
commit fa06dfce0f
5 changed files with 99 additions and 29 deletions
+1 -1
View File
@@ -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) {}