Skip to content

Commit

Permalink
#1994 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Sep 17, 2024
1 parent 1b90bf4 commit 8f3190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ BOOST_AUTO_TEST_CASE( vInTxnSignature ) {
BOOST_REQUIRE( v < 2 && v >= 0 );

// send type2 txn
txHash = fixture.rpcClient->eth_sendRawTransaction( "0x02f8c98197038504a817c8018504a817c800827530947d36af85a184e220a656525fcbb9a63b9ab3c12b0180f85bf85994de0b295669a9fd93d5f28d9ec85e40f4cb697baef842a00000000000000000000000000000000000000000000000000000000000000003a0000000000000000000000000000000000000000000000000000000000000000701a0c16ec291a6f4e91476f39e624baf42730b21a805e570fe52334df13d69b63d3fa01c7e9662635512a3bc47d479b17af2df59491e6663823ca13789a86da6dff1a5" );
txHash = fixture.rpcClient->eth_sendRawTransaction( "0x02f8c98197038504a817c7ff8504a817c800827530947d36af85a184e220a656525fcbb9a63b9ab3c12b0180f85bf85994de0b295669a9fd93d5f28d9ec85e40f4cb697baef842a00000000000000000000000000000000000000000000000000000000000000003a0000000000000000000000000000000000000000000000000000000000000000780a05736baea1d5773c5de06cd58ffef35d93f95e66707c7d16eb5f03540982929c0a0441c30c653a69803c4c228660e3d47e18aa8a0c9929df7635eeec6865b4bca01" );
dev::eth::mineTransaction( *( fixture.client ), 1 );

txn = fixture.rpcClient->eth_getTransactionByHash( txHash );
Expand Down

0 comments on commit 8f3190d

Please sign in to comment.