Skip to content

Commit 397f098

Browse files
committed
adapter - Ethereum - remove session_token field
1 parent 0da07d3 commit 397f098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adapter/src/ethereum.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ pub struct EthereumAdapter {
3838
keystore_json: Value,
3939
keystore_pwd: Password,
4040
config: Config,
41-
// Auth tokens that we have verified (tokenId => session)
42-
session_tokens: HashMap<String, Session>,
4341
// Auth tokens that we've generated to authenticate with someone (address => token)
4442
authorization_tokens: HashMap<String, String>,
4543
wallet: Option<SafeAccount>,
@@ -72,7 +70,6 @@ impl EthereumAdapter {
7270
address,
7371
keystore_json,
7472
keystore_pwd: opts.keystore_pwd.into(),
75-
session_tokens: HashMap::new(),
7673
authorization_tokens: HashMap::new(),
7774
wallet: None,
7875
config: config.to_owned(),

0 commit comments

Comments
 (0)