From b84c2d476a4d52bae9e212897338bc757d72315d Mon Sep 17 00:00:00 2001
From: Shannon Appelcline <shannon.appelcline@gmail.com>
Date: Tue, 20 Oct 2020 08:09:41 -1000
Subject: [PATCH] removed warning

---
 06_1_Sending_a_Transaction_to_a_Multisig.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/06_1_Sending_a_Transaction_to_a_Multisig.md b/06_1_Sending_a_Transaction_to_a_Multisig.md
index 418d38c..5f92067 100644
--- a/06_1_Sending_a_Transaction_to_a_Multisig.md
+++ b/06_1_Sending_a_Transaction_to_a_Multisig.md
@@ -1,7 +1,5 @@
 # 6.1: Sending a Transaction with a Multisig
 
-> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
-
 The first way to vary how you send a basic transaction is to use a multisig. This gives you the ability to require that multiple people (or at least multiple private keys) authorize the use of funds.
 
 ## Understand How Multisigs Work