From 072da5b35c63a392dfb1aa215b718c475b6dfb0c Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Wed, 7 Jun 2023 11:23:37 +0100 Subject: [PATCH] Update x/interchainstaking/types/zones_test.go --- x/interchainstaking/types/zones_test.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x/interchainstaking/types/zones_test.go b/x/interchainstaking/types/zones_test.go index 1515e9560..bc2dd93ab 100644 --- a/x/interchainstaking/types/zones_test.go +++ b/x/interchainstaking/types/zones_test.go @@ -200,16 +200,6 @@ func TestDecodeMemo(t *testing.T) { } } -func TestGenMemos(t *testing.T) { - oldMemo := "WoS/+Ex92tEcuMBzhukZKMVnXKS8bqaQBJTx9zza4rrxyLiP9fwLijOc" - memoBytes, err := base64.StdEncoding.DecodeString(oldMemo) - require.NoError(t, err) - memoBytes = append(memoBytes, 255, 0, 2, 1, 2) - - newMemo := base64.StdEncoding.EncodeToString(memoBytes) - fmt.Println(newMemo) -} - func TestUpdateIntentWithMemo(t *testing.T) { zone := types.Zone{ConnectionId: "connection-0", ChainId: "cosmoshub-4", AccountPrefix: "cosmos", LocalDenom: "uqatom", BaseDenom: "uatom", Is_118: true} zone.Validators = append(zone.Validators,