Skip to content

Commit

Permalink
interop: fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Oct 9, 2024
1 parent 8c05feb commit aba3023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/interop/native/ledger/transaction_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type WitnessCondition struct {
// WitnessConditionType represents the type of rule-based witness condition.
type WitnessConditionType byte

// Various witness condition types
// Various witness condition types.
const (
// WitnessBoolean is a generic boolean condition.
WitnessBoolean WitnessConditionType = 0x00
Expand Down
1 change: 0 additions & 1 deletion pkg/interop/native/neo/neo.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ func GetAccountState(addr interop.Hash160) *AccountState {
// GetCommitteeAddress represents `getCommitteeAddress` method of NEO native contract.
func GetCommitteeAddress() interop.Hash160 {
return neogointernal.CallWithToken(Hash, "getCommitteeAddress", int(contract.ReadStates)).(interop.Hash160)

}

0 comments on commit aba3023

Please sign in to comment.