Skip to content

Commit 4f06ae0

Browse files
committed
refactor: fix typo in node/types.h
1 parent 366fbf1 commit 4f06ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
//! @file node/types.h is a home for public enum and struct type definitions
6-
//! that are used by internally by node code, but also used externally by wallet,
6+
//! that are used internally by node code, but also used externally by wallet,
77
//! mining or GUI code.
88
//!
99
//! This file is intended to define only simple types that do not have external

0 commit comments

Comments
 (0)