mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
core: remove StorageFlag remnant
This commit is contained in:
parent
7dc9f0bde2
commit
ec19a087bb
1 changed files with 0 additions and 11 deletions
|
@ -31,17 +31,6 @@ type StorageContext struct {
|
|||
ReadOnly bool
|
||||
}
|
||||
|
||||
// StorageFlag represents storage flag which denotes whether the stored value is
|
||||
// a constant.
|
||||
type StorageFlag byte
|
||||
|
||||
const (
|
||||
// None is a storage flag for non-constant items.
|
||||
None StorageFlag = 0
|
||||
// Constant is a storage flag for constant items.
|
||||
Constant StorageFlag = 0x01
|
||||
)
|
||||
|
||||
// engineGetScriptContainer returns transaction or block that contains the script
|
||||
// being run.
|
||||
func engineGetScriptContainer(ic *interop.Context) error {
|
||||
|
|
Loading…
Reference in a new issue