aboutsummaryrefslogtreecommitdiff
path: root/src/utilstrencodings.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2017-01-08 20:41:30 +0000
committerLuke Dashjr <[email protected]>2017-02-27 20:45:18 +0000
commitd678771c660c936a6222dd43a204cb2699100f3e (patch)
tree2cbfc0f5f5cfd6c45a06c852b6a1accfc7f565e6 /src/utilstrencodings.h
parentWallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa... (diff)
downloaddiscoin-d678771c660c936a6222dd43a204cb2699100f3e.tar.xz
discoin-d678771c660c936a6222dd43a204cb2699100f3e.zip
Wallet: Sanitise -wallet parameter
Diffstat (limited to 'src/utilstrencodings.h')
-rw-r--r--src/utilstrencodings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utilstrencodings.h b/src/utilstrencodings.h
index cb6f014fc..e2a1b9bef 100644
--- a/src/utilstrencodings.h
+++ b/src/utilstrencodings.h
@@ -26,7 +26,8 @@
enum SafeChars
{
SAFE_CHARS_DEFAULT, //!< The full set of allowed chars
- SAFE_CHARS_UA_COMMENT //!< BIP-0014 subset
+ SAFE_CHARS_UA_COMMENT, //!< BIP-0014 subset
+ SAFE_CHARS_FILENAME, //!< Chars allowed in filenames
};
/**