Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 20, 2023
1 parent 2887d7a commit 39e43e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 39e43e5

Please sign in to comment.