Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jul 31, 2024
1 parent bde66d1 commit 234b1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chain/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (b *TxBuild) Transfer(ctx context.Context, to string, value *big.Int) (byte
nonce, err := b.sequencerClient.GetNonce(ctx, b.fromAddress)
if err != nil {
panic(err)
}
}

amount, err := convertToUint128(value)
if err != nil {
Expand Down

0 comments on commit 234b1f9

Please sign in to comment.