Skip to content

Commit

Permalink
Make Test Fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeToca committed Nov 13, 2024
1 parent 55660ec commit 1e217ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/chains/Acala/TWAnySignerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST(TWAnySignerAcala, Sign) {
input.set_block_hash(blockHash.data(), blockHash.size());

input.set_nonce(0);
input.set_spec_version(2170);
input.set_spec_version(2270);
input.set_private_key(secret.data(), secret.size());
input.set_network(10); // Acala
input.set_transaction_version(2);
Expand Down

0 comments on commit 1e217ba

Please sign in to comment.