From 0c935c908e32cb6387df18895415d839080a96a3 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Mon, 18 Dec 2023 18:56:06 -0800 Subject: [PATCH] Remove TODO. --- packages/cw-tokenfactory-types/src/msg.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cw-tokenfactory-types/src/msg.rs b/packages/cw-tokenfactory-types/src/msg.rs index 0c5925641..68a5aad35 100644 --- a/packages/cw-tokenfactory-types/src/msg.rs +++ b/packages/cw-tokenfactory-types/src/msg.rs @@ -22,7 +22,6 @@ mod tokenfactory_msg { } } - // TODO figure out if it is problematic to not have burn_from_address here (ie check if it works the same as osmosis' message or not) pub fn msg_burn( sender: String, amount: u128,