We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7209a5 commit 0824065Copy full SHA for 0824065
ethdb/remotedb/remotedb.go
@@ -39,8 +39,8 @@ func (db *Database) Has(key []byte) (bool, error) {
39
return true, nil
40
}
41
42
-func (t *Database) WasmDataBase() ethdb.KeyValueStore {
43
- return t
+func (db *Database) WasmDataBase() ethdb.KeyValueStore {
+ return db
44
45
46
func (db *Database) Get(key []byte) ([]byte, error) {
0 commit comments