diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2019-01-06 12:45:52 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2023-06-23 02:06:02 +0000 |
commit | 71fbdb7f403e673877be94a79cd4c6b13b0bbcd6 (patch) | |
tree | ec7dcb4eff1b41fd07ae8b8922b9ae5ef213791b /src/qt/transactionrecord.h | |
parent | f3fbe99fcf90daec79d49fd5d868102dc99feb23 (diff) |
GUI: Remove SendToSelf TransactionRecord type
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r-- | src/qt/transactionrecord.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index dd34656d5f..3ebcac8ab1 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -78,7 +78,6 @@ public: SendToOther, RecvWithAddress, RecvFromOther, - SendToSelf }; /** Number of confirmation recommended for accepting a transaction */ |