aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-6/+6
| | | | | | | | | | | -BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/fprintf\(std(err|out), /tfm::format(std::c\1, /g' $(git grep -l 'fprintf(' -- ':(exclude)src/crypto' ':(exclude)src/leveldb' ':(exclude)src/univalue' ':(exclude)src/secp256k1') -END VERIFY SCRIPT- fixup! scripted-diff: Replace fprintf with tfm::format Github-Pull: #16205 Rebased-From: fac03ec43a15ad547161e37e53ea82482cc508f9
* util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+1
|
* Fix build after pr 15266 mergedHennadii Stepanov2019-02-051-1/+1
|
* [tools] Add wallet inspection and modification toolJonas Schnelli2019-01-301-0/+121
This commit adds wallet-tool, a tool for creating and interacting with wallet files. Original implementation was by Jonas Schnelli <[email protected]> with modifications by John Newbery <[email protected]> MSVC files were provided by Chun Kuan Lee <[email protected]>: build: Add MSVC project files for bitcoin-wallet-tool