mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge #9435: Removed unused variable in test, fixing warning.
35356b4 Remove unused variable in test, fixing warning. (Russell Yanofsky)
This commit is contained in:
commit
dbc8a8c86a
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ const static char NO_ENTRY = -1;
|
|||
|
||||
const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)};
|
||||
const static auto CLEAN_FLAGS = {char(0), FRESH};
|
||||
const static auto DIRTY_FLAGS = {DIRTY, char(DIRTY | FRESH)};
|
||||
const static auto ABSENT_FLAGS = {NO_ENTRY};
|
||||
|
||||
void SetCoinsValue(CAmount value, CCoins& coins)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue