File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ import (
2525)
2626
2727// SnapshotTree mirrors the functionality of a [snapshot.Tree], allowing for 
28- // drop-in replacements. 
28+ // drop-in replacements. This is intended as a temporary feature as a workaround 
29+ // until a standard Tree can be used. 
2930type  SnapshotTree  interface  {
3031	Cap (common.Hash , int ) error 
3132	Snapshot (common.Hash ) snapshot.Snapshot 
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ package stateconf
2020import  "github.com/ava-labs/libevm/libevm/options" 
2121
2222// A SnapshotUpdateOption configures the behaviour of 
23- // state.SnapshotTree.Update() implementations. 
23+ // state.SnapshotTree.Update() implementations. This will be removed along with 
24+ // state.SnapshotTree. 
2425type  SnapshotUpdateOption  =  options.Option [snapshotUpdateConfig ]
2526
2627type  snapshotUpdateConfig  struct  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments