Skip to content

Commit e68baeb

Browse files
authored
Update rpcwallet.cpp
1 parent 23bfcb2 commit e68baeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/rpcwallet.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) 2009-2023 Satoshi Nakamoto
2-
// Copyright (c) 2009-2023 The Bitcoin developers
3-
// Copyright (c) 2023 The Novacoin developers
4-
// Copyright (c) 2023 The Litedoge developers
1+
// Copyright (c) 2009-2024 Satoshi Nakamoto
2+
// Copyright (c) 2009-2024 The Bitcoin developers
3+
// Copyright (c) 2024 The Novacoin developers
4+
// Copyright (c) 2015-2024 The Litedoge developers
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

@@ -587,7 +587,7 @@ Value getbalance(const Array& params, bool fHelp)
587587

588588
Value movecmd(const Array& params, bool fHelp)
589589
{
590-
if (fHelp || params.size() < 3 || params.size() > 5)
590+
if (fHelp || params.size() > 3)
591591
throw runtime_error(
592592
"move <fromaccount> <toaccount> <amount> [minconf=1] [comment]\n"
593593
"Move from one account in your wallet to another.");

0 commit comments

Comments
 (0)