Skip to content

Commit

Permalink
spec: run rufo (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Aug 3, 2023
1 parent 031652b commit ececa12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/eth/tx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
end
end

describe '.decode an unsigned transaction' do
context 'EIP-1559' do
describe ".decode an unsigned transaction" do
context "EIP-1559" do
it "keeps the 'from' field blank" do
raw = "0x02f0050584b2d05e00851010b872008303841494caedbd63fb25c3126bfe96c1af208e4688e9817e87f6a3d9c63df00080c0"
tx = Tx.decode raw
Expand All @@ -137,7 +137,7 @@
end
end

context 'EIP-2930' do
context "EIP-2930" do
it "keeps the 'from' field blank" do
raw = "01eb050585037e11d6008303841494caedbd63fb25c3126bfe96c1af208e4688e9817e87f6a3d9c63df00080c0"
tx = Tx.decode raw
Expand Down

0 comments on commit ececa12

Please sign in to comment.