add tx_v1, tx_rct_3 test

This commit is contained in:
hinto.janai 2024-09-30 20:44:43 -04:00
parent 4b98bb2e56
commit 208039bc35
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 452 additions and 406 deletions

View file

@ -204,8 +204,6 @@ mod test {
use hex_literal::hex;
use pretty_assertions::assert_eq;
use crate::json::tx::RctSignatures;
use super::*;
#[expect(clippy::needless_pass_by_value)]

File diff suppressed because one or more lines are too long