refactor: fix typo in node/types.h

This commit is contained in:
Sjors Provoost 2024-12-18 14:55:35 +07:00
parent 366fbf152c
commit 4f06ae05ed
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//! @file node/types.h is a home for public enum and struct type definitions
//! that are used by internally by node code, but also used externally by wallet,
//! that are used internally by node code, but also used externally by wallet,
//! mining or GUI code.
//!
//! This file is intended to define only simple types that do not have external