Skip to content

Commit 27460a9

Browse files
committed
client -> VM execution: renamed chain db instances to chainDB for differentiation towards stateDB
1 parent ec0f059 commit 27460a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/client/lib/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ export interface EthereumClientOptions {
1414
* Default: Database created by the Blockchain class
1515
*/
1616
chainDB?: LevelUp
17+
<<<<<<< HEAD
1718

1819
/**
1920
* Database to store the state. Should be an abstract-leveldown compliant store.
2021
*
2122
* Default: Database created by the Trie class
2223
*/
2324
stateDB?: LevelUp
25+
=======
26+
>>>>>>> client -> VM execution: renamed chain db instances to chainDB for differentiation towards stateDB
2427

2528
/* List of bootnodes to use for discovery */
2629
bootnodes?: BootnodeLike[]

0 commit comments

Comments
 (0)