File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ func (s *deprecatedStateHistory) CompiledClassHashV2(
109109 return s .state .CompiledClassHashV2 (classHash )
110110}
111111
112- func (s * stateSnapshot ) ClassTrie () (CommonTrie , error ) {
112+ func (s * deprecatedStateHistory ) ClassTrie () (CommonTrie , error ) {
113113 return nil , ErrHistoricalTrieNotSupported
114114}
115115
116- func (s * stateSnapshot ) ContractTrie () (CommonTrie , error ) {
116+ func (s * deprecatedStateHistory ) ContractTrie () (CommonTrie , error ) {
117117 return nil , ErrHistoricalTrieNotSupported
118118}
119119
120- func (s * stateSnapshot ) ContractStorageTrie (addr * felt.Felt ) (CommonTrie , error ) {
120+ func (s * deprecatedStateHistory ) ContractStorageTrie (addr * felt.Felt ) (CommonTrie , error ) {
121121 return nil , ErrHistoricalTrieNotSupported
122122}
You can’t perform that action at this time.
0 commit comments