Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Oct 31, 2023
1 parent 720bad7 commit ab2ac1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uint.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (u Uint) BigInt() *big.Int {
// BigInt converts Uint to big.Int, mutative the input
func (u Uint) BigIntMut() *big.Int {
if u.IsNil() {
println("hhh")
return nil
}
return u.i
Expand Down

0 comments on commit ab2ac1e

Please sign in to comment.