@bananapus/suckers-v6 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/JBSucker.sol +3 -1
package/package.json
CHANGED
package/src/JBSucker.sol
CHANGED
|
@@ -700,7 +700,9 @@ abstract contract JBSucker is ERC2771Context, JBPermissioned, Initializable, ERC
|
|
|
700
700
|
minReturnedTokens: 0,
|
|
701
701
|
memo: "",
|
|
702
702
|
metadata: ""
|
|
703
|
-
})
|
|
703
|
+
}) returns (
|
|
704
|
+
uint256
|
|
705
|
+
) {}
|
|
704
706
|
catch {
|
|
705
707
|
// Fee payment failed — proceed without fee, return it as transport payment.
|
|
706
708
|
transportPayment = msg.value;
|