From 3a9aef9c64d6761f4ffdc7d867d83b906dd4703a Mon Sep 17 00:00:00 2001 From: Kayanski <44806566+Kayanski@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:16:22 +0100 Subject: [PATCH] Update red-bank.mdx Remove optional for borrow amount field --- docs/develop/contracts/red-bank/red-bank.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/contracts/red-bank/red-bank.mdx b/docs/develop/contracts/red-bank/red-bank.mdx index 69a5a17..6038c44 100644 --- a/docs/develop/contracts/red-bank/red-bank.mdx +++ b/docs/develop/contracts/red-bank/red-bank.mdx @@ -872,7 +872,7 @@ pub enum ExecuteMsg { | **Params** | **Type** | **Description** | | ----------- | ----------- | ----------- | | [`denom`](focus://json#3) | `String` | Asset to borrow | -| [`amount`](focus://json#4) | `Option` | Amount to borrow | +| [`amount`](focus://json#4) | `Uint128` | Amount to borrow | | [`recipient`](focus://json#5) | `Option` | The address where the borrowed amount is sent |