From 39e43e5cdf4371498c04775154d48a7ca8819db4 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:16:13 -0700 Subject: [PATCH] fix --- soroban-sdk/src/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soroban-sdk/src/token.rs b/soroban-sdk/src/token.rs index 6beff83aa..c93e57080 100644 --- a/soroban-sdk/src/token.rs +++ b/soroban-sdk/src/token.rs @@ -243,7 +243,7 @@ pub(crate) const SPEC_XDR_INPUT: &[&[u8]] = &[ &StellarAssetSpec::spec_xdr_transfer_from(), ]; -pub(crate) const SPEC_XDR_LEN: usize = 5680; +pub(crate) const SPEC_XDR_LEN: usize = 5336; impl StellarAssetSpec { /// Returns the XDR spec for the Token contract.