From 1b7f200d29ddc3bee77191139b12beaff11f7621 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 1 Dec 2022 14:55:53 -0500 Subject: [PATCH] Fix typo in getsnapshot docs --- src/rpc/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index cd8ee74b2..81ad0984e 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -1334,7 +1334,7 @@ UniValue getsnapshot(const UniValue& params, bool fHelp, const CPubKey& mypk) " \"utxos\": 14, (number) Total number of UTXOs in snapshot\n" " \"total_addresses\": 2, (number) Total number of addresses in snapshot,\n" " \"start_height\": 91, (number) Block height snapshot began\n" - " \"ending_height\": 91 (number) Block height snapsho finished,\n" + " \"ending_height\": 91 (number) Block height snapshot finished,\n" " \"start_time\": 1531982752, (number) Unix epoch time snapshot started\n" " \"end_time\": 1531982752 (number) Unix epoch time snapshot finished\n" "}\n"