Skip to content

Commit f0e17ba

Browse files
committed
interop: fix linter issues
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
1 parent be83784 commit f0e17ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/interop/native/ledger/transaction_signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type WitnessCondition struct {
8888
// WitnessConditionType represents the type of rule-based witness condition.
8989
type WitnessConditionType byte
9090

91-
// Various witness condition types
91+
// Various witness condition types.
9292
const (
9393
// WitnessBoolean is a generic boolean condition.
9494
WitnessBoolean WitnessConditionType = 0x00

pkg/interop/native/neo/neo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,4 @@ func GetAccountState(addr interop.Hash160) *AccountState {
130130
// GetCommitteeAddress represents `getCommitteeAddress` method of NEO native contract.
131131
func GetCommitteeAddress() interop.Hash160 {
132132
return neogointernal.CallWithToken(Hash, "getCommitteeAddress", int(contract.ReadStates)).(interop.Hash160)
133-
134133
}

0 commit comments

Comments
 (0)