Skip to content

Commit fd5987a

Browse files
committed
rpc: Change default value of allow_expired to false
1 parent bac4eff commit fd5987a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/names.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <vector>
1515

1616
/** Default value for the -allowexpired argument. */
17-
static constexpr bool DEFAULT_ALLOWEXPIRED = true;
17+
static constexpr bool DEFAULT_ALLOWEXPIRED = false;
1818

1919
class CNameData;
2020
class COutPoint;

0 commit comments

Comments
 (0)