Remove ancient todos in test code

These todos has been here since 2015 and 2016- I don't think they are
getting done anytime soon, just remove them.
This commit is contained in:
Tobin C. Harding 2024-01-23 18:37:47 +11:00
parent abe2241828
commit 53beb9db30
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -534,7 +534,6 @@ mod tests {
);
assert_eq!(real_decode.header.difficulty(network), 1);
assert_eq!(real_decode.header.difficulty_float(), 1.0);
// [test] TODO: check the transaction data
assert_eq!(real_decode.total_size(), some_block.len());
assert_eq!(real_decode.base_size(), some_block.len());
@ -577,7 +576,6 @@ mod tests {
);
assert_eq!(real_decode.header.difficulty(network), 2456598);
assert_eq!(real_decode.header.difficulty_float(), 2456598.4399242126);
// [test] TODO: check the transaction data
assert_eq!(real_decode.total_size(), segwit_block.len());
assert_eq!(real_decode.base_size(), 4283);