forked from TrueCloudLab/neoneo-go
rpcsrv: drop unused method from the Ledger interface
Inspired by #3110. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
1863b79c5c
commit
4a648692a2
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ type (
|
|||
GetTestVM(t trigger.Type, tx *transaction.Transaction, b *block.Block) (*interop.Context, error)
|
||||
GetTokenLastUpdated(acc util.Uint160) (map[int32]uint32, error)
|
||||
GetTransaction(util.Uint256) (*transaction.Transaction, uint32, error)
|
||||
GetValidators() ([]*keys.PublicKey, error)
|
||||
HeaderHeight() uint32
|
||||
InitVerificationContext(ic *interop.Context, hash util.Uint160, witness *transaction.Witness) error
|
||||
SubscribeForBlocks(ch chan *block.Block)
|
||||
|
|
Loading…
Reference in a new issue