diff --git a/pkg/vm/boltvm/bolt_stub.go b/pkg/vm/boltvm/bolt_stub.go index 09519ac..bda3772 100755 --- a/pkg/vm/boltvm/bolt_stub.go +++ b/pkg/vm/boltvm/bolt_stub.go @@ -51,7 +51,7 @@ func (b *BoltStubImpl) Get(key string) (bool, []byte) { } func (b *BoltStubImpl) Delete(key string) { - + b.ctx.Ledger.SetState(b.ctx.Callee, []byte(key), nil) } func (b *BoltStubImpl) GetObject(key string, ret interface{}) bool {