File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ mod tests {
681681 assert_eq ! ( mb_hex, encode:: serialize( & mb) . to_lower_hex_string( ) . as_str( ) ) ;
682682 }
683683
684- /// Constructs a new CMerkleBlock using a list of txids which will be found in the
684+ /// Constructs a new MerkleBlock using a list of txids which will be found in the
685685 /// given block.
686686 #[ test]
687687 fn merkleblock_construct_from_txids_found ( ) {
@@ -720,7 +720,7 @@ mod tests {
720720 assert_eq ! ( index[ 1 ] , 8 ) ;
721721 }
722722
723- /// Constructs a new CMerkleBlock using a list of txids which will not be found in the given block
723+ /// Constructs a new MerkleBlock using a list of txids which will not be found in the given block
724724 #[ test]
725725 fn merkleblock_construct_from_txids_not_found ( ) {
726726 let block = get_block_13b8a ( ) ;
You can’t perform that action at this time.
0 commit comments