dogecoin/src/wallet
MarcoFalke 87908e9c98
scripted-diff: Avoid passing PACKAGE_NAME for translation
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/\<\w+(::\w+)?\(PACKAGE_NAME\)/PACKAGE_NAME/g' $(git grep -l --extended-regexp '\<\w+(::\w+)?\(PACKAGE_NAME\)' src)
-END VERIFY SCRIPT-

Github-Pull: #16291
Rebased-From: fabe87d2c9
2019-09-24 07:53:28 +08:00
..
test Merge #15408: Remove unused TransactionError constants 2019-02-22 11:13:43 -05:00
coincontrol.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
coincontrol.h
coinselection.cpp Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection 2018-12-12 14:22:12 -08:00
coinselection.h amount: Move CAmount CENT to unit test header 2018-09-17 14:34:56 -04:00
crypter.cpp [wallet] Support creating a blank wallet 2019-02-10 12:24:53 -05:00
crypter.h [tools] Add wallet inspection and modification tool 2019-01-30 16:26:52 -05:00
db.cpp Merge #15334: wallet: Log absolute paths for the wallets 2019-02-13 22:51:44 +01:00
db.h Merge #11911: Free BerkeleyEnvironment instances when not in use 2019-01-31 18:05:24 +01:00
feebumper.cpp Pass chain locked variables where needed 2018-11-06 11:44:40 -04:00
feebumper.h
fees.cpp 0.18: [wallet] abort when attempting to fund a transaction above maxtxfee 2019-08-25 02:48:30 +01:00
fees.h
init.cpp Move maxTxFee initialization to init.cpp 2019-02-08 07:06:44 -07:00
psbtwallet.cpp Remove unused TransactionError constants 2019-02-14 10:32:02 -05:00
psbtwallet.h Remove unused TransactionError constants 2019-02-14 10:32:02 -05:00
rpcdump.cpp Take non-importing keys into account for spendability warning in descriptor import 2019-04-16 19:35:25 +12:00
rpcwallet.cpp [doc] rpc: remove "fallback to" from RBF default help 2019-08-17 12:52:50 +02:00
rpcwallet.h Move PSBT definitions and code to separate files 2019-02-11 12:23:14 -08:00
wallet.cpp scripted-diff: Avoid passing PACKAGE_NAME for translation 2019-09-24 07:53:28 +08:00
wallet.h wallet: Move CWallet::ReacceptWalletTransactions locks to callers 2019-04-01 15:46:42 -04:00
walletdb.cpp Store key origin info in key metadata 2019-02-14 17:58:25 -05:00
walletdb.h Store key origin info in key metadata 2019-02-14 17:58:25 -05:00
wallettool.cpp scripted-diff: Replace fprintf with tfm::format 2019-06-18 15:50:02 -04:00
wallettool.h [tools] Add wallet inspection and modification tool 2019-01-30 16:26:52 -05:00
walletutil.cpp wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree 2019-03-14 18:59:26 +01:00
walletutil.h wallet: Add WalletLocation utility class 2018-10-25 11:53:17 +01:00