Skip to content

Commit 278b604

Browse files
authored
Update util.py
1 parent fd56cfa commit 278b604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_finance/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from web3 import Web3
99

1010

11-
checksum = lambda addr: Web3.toChecksumAddress(addr)
11+
checksum = Web3.toChecksumAddress
1212

1313

1414
def get_web3_provider(network_rpc_url: str) -> Web3:

0 commit comments

Comments
 (0)