diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-09-16 18:51:24 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-05-27 14:01:53 +0200 |
commit | 6cdbc83e9341d1552faee4ccd8c190babc63e8d1 (patch) | |
tree | 69d7ff79ad27aa058bae7ac8a50bfa920cf38208 /src/qt/optionsmodel.h | |
parent | 22b845291cdfc29325488c514435288bcc969418 (diff) |
gui: add external signer path to options dialog
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r-- | src/qt/optionsmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 4d012a9b8f..535843e8ba 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -65,6 +65,7 @@ public: Prune, // bool PruneSize, // int DatabaseCache, // int + ExternalSignerPath, // QString SpendZeroConfChange, // bool Listen, // bool OptionIDRowCount, |