Skip to content

Commit 3cf9ddf

Browse files
committed
[Trivial] Tweak exportzerocoins example to be sensible
1 parent 4fe97db commit 3cf9ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/rpczerocoin.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2015-2019 The PIVX developers
2-
// Copyright (c) 2019-2020 The Veil developers
2+
// Copyright (c) 2019-2021 The Veil developers
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

@@ -1080,7 +1080,7 @@ UniValue exportzerocoins(const JSONRPCRequest& request)
10801080
"]\n"
10811081

10821082
"\nExamples:\n" +
1083-
HelpExampleCli("exportzerocoins", "false 5") + HelpExampleRpc("exportzerocoins", "false 5"));
1083+
HelpExampleCli("exportzerocoins", "false 10") + HelpExampleRpc("exportzerocoins", "false 10"));
10841084

10851085
LOCK2(cs_main, pwallet->cs_wallet);
10861086

0 commit comments

Comments
 (0)