Skip to content

Commit 7307c3a

Browse files
committed
Remove unused static
1 parent 81a5ab5 commit 7307c3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/privatesend.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ class CPrivateSend
391391
CPrivateSend(CPrivateSend const&) = delete;
392392
CPrivateSend& operator=(CPrivateSend const&) = delete;
393393

394-
static const CAmount COLLATERAL = 0.001 * COIN;
395-
396394
// static members
397395
static std::vector<CAmount> vecStandardDenominations;
398396
static std::map<uint256, CPrivateSendBroadcastTx> mapPSTX;

0 commit comments

Comments
 (0)