Skip to content

Commit 885bc8c

Browse files
committed
Remove the redundant namespace closing brace
Summary: Fix the build breaking brace Test Plan: make check Reviewers: #bitcoin_abc, deadalnix, dagurval, schancel Reviewed By: #bitcoin_abc, schancel Differential Revision: https://reviews.bitcoinabc.org/D684
1 parent c3f3212 commit 885bc8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/base58.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ CTxDestination DecodeDestination(const std::string &str,
259259
}
260260
} // namespace
261261

262-
} // namespace
263-
264262
void CBitcoinSecret::SetKey(const CKey &vchSecret) {
265263
assert(vchSecret.IsValid());
266264
SetData(Params().Base58Prefix(CChainParams::SECRET_KEY), vchSecret.begin(),

0 commit comments

Comments
 (0)