Skip to content

Commit

Permalink
another key_version
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Apr 3, 2024
1 parent 4899412 commit 06318c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gas_station/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ async fn test_workflow_happy_path() {
.args_json(json!({
"transaction_rlp_hex": hex::encode_prefixed(&eth_transaction.rlp()),
"use_paymaster": true,
"key_version": 1,
}))
.deposit(NearToken::from_near(1))
.gas(Gas::from_tgas(50))
Expand Down

0 comments on commit 06318c0

Please sign in to comment.