Neil Booth
ae4cfc9f0b
Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
9 years ago
Neil Booth
2d05e7d891
Merge the network and network_proxy
9 years ago
Neil Booth
79de458101
Preparation for moving the set of verified and unverified txs to the wallet.
The verifier will retain responsibility for verification, but will no longer
hold the transaction sets itself.
Change requires_fee to take a wallet.
Add new function add_unverified_tx()
Move get_confirmations() to the wallet from the verifier.
10 years ago
ThomasV
44d076fbc4
fix #1132
10 years ago
ThomasV
42ed67e8c7
fix #1131
10 years ago
ThomasV
8314efdfd5
fix #802
10 years ago
ThomasV
3c77eeba7d
fix #1120
10 years ago
ThomasV
fb699e5294
fix #955
10 years ago
ThomasV
feebd7c253
add dump and getrequest to merchant script
10 years ago
ThomasV
1a8425ff5d
additional fix for #793
10 years ago
ThomasV
c81810a7c8
fix #776
11 years ago
ThomasV
640a6a3bf9
update merchant script
11 years ago
Ramon Tayag
4f2a4c84a3
Fix wrong number of arguments error
When calling Wallet#create_watching_only_wallet
11 years ago
Jeffrey I. Schiller
35f1455970
Fixes to merchant.py
Correct order of arguments to create_watching_only_wallet and correct
usage of sqlite3
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
ThomasV
a1f6da390d
more docs for merchant script
11 years ago
ThomasV
2c138316b7
move merchant script in separate dir
11 years ago