Skip to content

accounts/abi: fix unittest code#2706

Merged
ucwong merged 1 commit into
masterfrom
cola06
May 18, 2026
Merged

accounts/abi: fix unittest code#2706
ucwong merged 1 commit into
masterfrom
cola06

Conversation

@ucwong
Copy link
Copy Markdown
Member

@ucwong ucwong commented May 18, 2026

  1. should use !reflect.DeepEqual.
  2. big.NewInt(0).SetBits([]big.Word{}) work around for DeepEqual when big.Int is zero, unpack return a []big.Word{}.

1. should use !reflect.DeepEqual.
2. big.NewInt(0).SetBits([]big.Word{}) work around for DeepEqual when
big.Int is zero, unpack return a []big.Word{}.
@ucwong ucwong marked this pull request as ready for review May 18, 2026 08:24
@ucwong ucwong merged commit 33bd81b into master May 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants