Skip to content

Commit 6bb9f50

Browse files
committed
Merge pull request #36 from syscoin/devstaging-offersfix-0.1.6
Devstaging offersfix 0.1.6
2 parents 6009f23 + b13e822 commit 6bb9f50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/offer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,10 +1462,10 @@ Value getofferfees(const Array& params, bool fHelp) {
14621462
}
14631463

14641464
Value 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"

src/qt/forms/aboutdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<cursorShape>IBeamCursor</cursorShape>
3636
</property>
3737
<property name="text">
38-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Syscoin &lt;/span&gt;0.1.5&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
38+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Syscoin &lt;/span&gt;0.1.5.1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3939
</property>
4040
<property name="textInteractionFlags">
4141
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>

0 commit comments

Comments
 (0)