File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1462,10 +1462,10 @@ Value getofferfees(const Array& params, bool fHelp) {
14621462}
14631463
14641464Value offernew (const Array& params, bool fHelp ) {
1465- if (fHelp || params.size () < 5 || params. size () > 6 )
1465+ if (fHelp || params.size () != 6 )
14661466 throw runtime_error (
1467- " offernew [ <address>] <category> <title> <quantity> <price> [<description>]\n "
1468- " <address> offerpay receive address, wallet default address if not specified .\n "
1467+ " offernew <address> <category> <title> <quantity> <price> [<description>]\n "
1468+ " <address> offerpay receive address.\n "
14691469 " <category> category, 255 chars max.\n "
14701470 " <title> title, 255 chars max.\n "
14711471 " <quantity> quantity, > 0\n "
Original file line number Diff line number Diff line change 3535 <cursorShape >IBeamCursor</cursorShape >
3636 </property >
3737 <property name =" text" >
38- <string >< html>< head/>< body>< p>< span style=" font-weight:600;"> Syscoin < /span> 0.1.5< /p>< /body>< /html> </string >
38+ <string >< html>< head/>< body>< p>< span style=" font-weight:600;"> Syscoin < /span> 0.1.5.1 < /p>< /body>< /html> </string >
3939 </property >
4040 <property name =" textInteractionFlags" >
4141 <set >Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set >
You can’t perform that action at this time.
0 commit comments