Skip to content

Commit

Permalink
Merge branch 'dev' into telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand authored Jan 15, 2025
2 parents 602cc8f + e530fc1 commit 4b27deb
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mocks: ## generates mocks

.PHONY: tests
tests: ## runs all tests
go test -race ./... -timeout=1m
go test -race ./... -timeout=3m

.PHONY: tests-cover
tests-cover: ## run all tests with test coverge
Expand Down
1 change: 1 addition & 0 deletions chainio/clients/elcontracts/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ func (w *ChainWriter) NewRemovePermissionTx(
if w.permissionController == nil {
return nil, errors.New("permission contract not provided")
}

return w.permissionController.RemoveAppointee(
txOpts,
request.AccountAddress,
Expand Down
Loading

0 comments on commit 4b27deb

Please sign in to comment.