Skip to content

Commit

Permalink
Merge pull request #123 from DaughterOfMars/feat/update-transaction-f…
Browse files Browse the repository at this point in the history
…ailure-reasons

Update transaction failure reasons
  • Loading branch information
muXxer authored Feb 14, 2024
2 parents 1846f63 + df1760f commit ecd8422
Show file tree
Hide file tree
Showing 4 changed files with 923 additions and 575 deletions.
1 change: 1 addition & 0 deletions go/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func NewBlockId(blockID iotago.BlockID) *BlockId {
return id
}

// nolint:revive,stylecheck // this name is auto generated
func NewBlockIds(blockIDs iotago.BlockIDs) []*BlockId {
result := make([]*BlockId, len(blockIDs))
for i := range blockIDs {
Expand Down
Loading

0 comments on commit ecd8422

Please sign in to comment.