mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 0ff1391328 into merged_master (Bitcoin PR bitcoin/bitcoin#24191)
This commit is contained in:
commit
fa65843810
2 changed files with 1 additions and 3 deletions
|
|
@ -25,8 +25,7 @@ class CClientUIInterface
|
|||
{
|
||||
public:
|
||||
/** Flags for CClientUIInterface::ThreadSafeMessageBox */
|
||||
enum MessageBoxFlags
|
||||
{
|
||||
enum MessageBoxFlags : uint32_t {
|
||||
ICON_INFORMATION = 0,
|
||||
ICON_WARNING = (1U << 0),
|
||||
ICON_ERROR = (1U << 1),
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ implicit-integer-sign-change:compat/stdin.cpp
|
|||
implicit-integer-sign-change:compressor.h
|
||||
implicit-integer-sign-change:crypto/
|
||||
implicit-integer-sign-change:key.cpp
|
||||
implicit-integer-sign-change:noui.cpp
|
||||
implicit-integer-sign-change:policy/fees.cpp
|
||||
implicit-integer-sign-change:prevector.h
|
||||
implicit-integer-sign-change:script/bitcoinconsensus.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue