File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22_build /
33poetry.lock
44.hypothesis /
5+ cache /
6+ build /
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ def pending_transactions(self) -> List[SafeTx]:
205205 self .build_multisig_tx (
206206 to = tx ['to' ],
207207 value = int (tx ['value' ]),
208- data = HexBytes (tx ['data' ]),
208+ data = HexBytes (tx ['data' ] or b'' ),
209209 operation = tx ['operation' ],
210210 safe_tx_gas = tx ['safeTxGas' ],
211211 base_gas = tx ['baseGas' ],
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ape-safe"
3- version = " 0.3.0 "
3+ version = " 0.3.2 "
44description = " Build complex Gnosis Safe transactions and safely preview them in a forked environment."
55authors = [
" banteg <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments