Skip to content

Commit

Permalink
!fixup fix generated hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Aug 14, 2024
1 parent d21d66f commit 3422bef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/curr/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
pub const XDR_FILES_SHA256: [(&str, &str); 12] = [
(
"xdr/curr/Stellar-SCP.x",
"2b855c7f79b8e50cf15ca1e1aa89fb16bbb38117de0b1c969c80e675ae1ca4bb",
"8f32b04d008f8bc33b8843d075e69837231a673691ee41d8b821ca229a6e802a",
),
(
"xdr/curr/Stellar-contract-config-setting.x",
"393369678663cb0f9471a0b69e2a9cfa3ac93c4415fa40cec166e9a231ecbe0d",
),
(
"xdr/curr/Stellar-contract-env-meta.x",
"8d30dbf039e41e149725b34f2c809fc034c0879adac9d85fc49b8371f9a0444f",
"928a30de814ee589bc1d2aadd8dd81c39f71b7e6f430f56974505ccb1f49654b",
),
(
"xdr/curr/Stellar-contract-meta.x",
"6a7d15d520858ec034ed717358d947b496924d1642d29eac5f3423a315693d7b",
"f01532c11ca044e19d9f9f16fe373e9af64835da473be556b9a807ee3319ae0d",
),
(
"xdr/curr/Stellar-contract-spec.x",
Expand Down
6 changes: 3 additions & 3 deletions src/next/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
pub const XDR_FILES_SHA256: [(&str, &str); 12] = [
(
"xdr/next/Stellar-SCP.x",
"2b855c7f79b8e50cf15ca1e1aa89fb16bbb38117de0b1c969c80e675ae1ca4bb",
"8f32b04d008f8bc33b8843d075e69837231a673691ee41d8b821ca229a6e802a",
),
(
"xdr/next/Stellar-contract-config-setting.x",
"c92782d7c6d6f0ea0b2148cabc66c557f38cb23714257f2131235a88f4282366",
),
(
"xdr/next/Stellar-contract-env-meta.x",
"8d30dbf039e41e149725b34f2c809fc034c0879adac9d85fc49b8371f9a0444f",
"928a30de814ee589bc1d2aadd8dd81c39f71b7e6f430f56974505ccb1f49654b",
),
(
"xdr/next/Stellar-contract-meta.x",
"6a7d15d520858ec034ed717358d947b496924d1642d29eac5f3423a315693d7b",
"f01532c11ca044e19d9f9f16fe373e9af64835da473be556b9a807ee3319ae0d",
),
(
"xdr/next/Stellar-contract-spec.x",
Expand Down

0 comments on commit 3422bef

Please sign in to comment.