Skip to content

Commit

Permalink
feat(cardano): add CostModel as integer array (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Carmuega <[email protected]>
gonzalezzfelipe and scarmuega authored Aug 14, 2024
1 parent 77b69ae commit 6443ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/utxorpc/v1alpha/cardano/cardano.proto
Original file line number Diff line number Diff line change
@@ -373,7 +373,7 @@ message ProtocolVersion {
}

message CostModel {
// TODO
repeated int64 values = 1;
}

message CostModels {

0 comments on commit 6443ce1

Please sign in to comment.