Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Mar 19, 2024
1 parent 34c9d49 commit 244545b
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 @@ -70,7 +70,7 @@ func (b *TxBuild) Transfer(ctx context.Context, to string, value *big.Int) (byte
Lo: leastSignificant64,
Hi: mostSignificant64,
},
AssetId: client.DefaultAstriaAssetID[:],
AssetId: client.DefaultAstriaAssetID[:],
FeeAssetId: client.DefaultAstriaAssetID[:],
},
},
Expand Down

0 comments on commit 244545b

Please sign in to comment.