Implement read only flag in Mempool #1794
Annotations
6 errors
pkg/protocol/engine/mempool/v1/mempool.go#L273
metadata.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
pkg/protocol/engine/mempool/v1/mempool.go#L283
input.state.ReadOnly undefined (type mempool.State has no field or method ReadOnly)
|
pkg/protocol/engine/mempool/tests/transaction.go#L49
t.contextInputs undefined (type *Transaction has no field or method contextInputs, but does have ContextInputs)
|
pkg/protocol/engine/mempool/tests/transaction.go#L57
t.contextInputs undefined (type *Transaction has no field or method contextInputs, but does have ContextInputs)
|
pkg/protocol/engine/mempool/tests/vm.go#L42
cannot use ledgertests.NewMockedState(id, i) (value of type *ledgertests.MockedState) as mempool.State value in argument to append: *ledgertests.MockedState does not implement mempool.State (missing method IsReadOnly)
|
|
The logs for this run have expired and are no longer available.
Loading