Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 27, 2024
1 parent 1d02804 commit fb669b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/wallet_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def quote_fund(self, amount: Number | Decimal | str, asset_id: str) -> FundQuote

return FundQuote.create(
address_id=self.address_id,
amount=str(normalized_amount),
amount=normalized_amount,
asset_id=asset_id,
network_id=self.network_id,
wallet_id=self.wallet_id,
Expand Down

0 comments on commit fb669b6

Please sign in to comment.