Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Feb 2, 2023
1 parent a16dae1 commit 0ab7019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/esdt/esdt.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/esdt/proto/esdt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option (gogoproto.stable_marshaler_all) = true;

import "github.com/gogo/protobuf/gogoproto/gogo.proto";

// ESDigitalToken holds the data for a Electronic standard digital token transaction
// ESDigitalToken holds the data for a electronic standard digital token transaction
message ESDigitalToken {
uint32 Type = 1 [(gogoproto.jsontag) = "Type"];
bytes Value = 2 [(gogoproto.jsontag) = "Value", (gogoproto.casttypewith) = "math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster"];
Expand Down

0 comments on commit 0ab7019

Please sign in to comment.