Skip to content

Commit 4058bd1

Browse files
committed
Remove extra ; in confidential.h
1 parent 7ed2768 commit 4058bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/primitives/confidential.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class CConfidentialValue : public CConfidentialCommitment<9, 8, 9>
149149
return -1;
150150
}
151151

152-
assert(IsExplicit());;
152+
assert(IsExplicit());
153153
return ReadBE64(&vchCommitment[1]);
154154
}
155155
void SetToAmount(CAmount nAmount);

0 commit comments

Comments
 (0)