Skip to content

Commit 0fa8906

Browse files
committed
Change prevout.parent metadata type to uint32_t.
1 parent 5f865e3 commit 0fa8906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/system/chain/prevout.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BC_API prevout final
4040
size_t height;
4141

4242
/// database: populated with a database identifier for the parent tx.
43-
uint64_t parent{ zero };
43+
uint32_t parent{ zero };
4444
};
4545

4646
///************************************************************************

0 commit comments

Comments
 (0)