[rpc] createrawtransaction: Accept sorted outputs
This commit is contained in:
+1
-1
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user