Skip to content

Commit

Permalink
💡 Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andremacedopv committed Jan 31, 2023
1 parent d75f54f commit 71039f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion assets/dynamicAssetTypeFuncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func HandlePropUpdate(assetProps AssetProp, propMap map[string]interface{}) (Ass
func CheckDataType(dataType string, newTypesList []interface{}) errors.ICCError {
trimDataType := strings.TrimPrefix(dataType, "[]")

// ? How to handle array of assets types? (the array being in the creation)
if strings.HasPrefix(trimDataType, "->") {
trimDataType = strings.TrimPrefix(trimDataType, "->")

Expand Down
2 changes: 0 additions & 2 deletions test/tx_createAssetType_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"github.com/goledgerdev/cc-tools/mock"
)

// TODO: Lista de assets com referencia

func TestCreateAssetType(t *testing.T) {
stub := mock.NewMockStub("org1MSP", new(testCC))
newType := map[string]interface{}{
Expand Down

0 comments on commit 71039f8

Please sign in to comment.