From 4b0826a79175984184ef39220d74327a73b25289 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 7 Mar 2022 13:07:02 -0500 Subject: [PATCH] move result.go to types.go --- abci/types/{result.go => types.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename abci/types/{result.go => types.go} (100%) diff --git a/abci/types/result.go b/abci/types/types.go similarity index 100% rename from abci/types/result.go rename to abci/types/types.go