From c9b686e3ec4ea25ef4d45f095ef8159eeaaf79a1 Mon Sep 17 00:00:00 2001 From: Storm Galloway Date: Tue, 8 Oct 2019 13:59:52 -0400 Subject: [PATCH 1/2] added quote by Benjamin Franklin --- quotes.db | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quotes.db b/quotes.db index b9ae4c1..1b01733 100644 --- a/quotes.db +++ b/quotes.db @@ -22095,4 +22095,8 @@ "quote": "I think people don't realise that running a piece of code that verifies some conditions for a financial transaction, that by itself is a lot less work than verifying a cryptographic signature, and so even if the virtual machine is inefficient, the cryptographic signature is still going to dominate.", "author": "Vitalik Buterin" } + { + "quote": "Tell me and I forget. Teach me and I remember. Involve me and I learn.", + "author": "Benjamin Franklin" + } ] \ No newline at end of file From 10cd383abd822579dff67f3162f8f42f9cfe177a Mon Sep 17 00:00:00 2001 From: Storm Galloway Date: Tue, 8 Oct 2019 14:07:05 -0400 Subject: [PATCH 2/2] added two quotes, one by Benjamin Franklin and one by Mary Angelou --- quotes.db | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quotes.db b/quotes.db index 1b01733..c4e1607 100644 --- a/quotes.db +++ b/quotes.db @@ -22099,4 +22099,8 @@ "quote": "Tell me and I forget. Teach me and I remember. Involve me and I learn.", "author": "Benjamin Franklin" } + { + "quote": "You will face many defeats in life, but never let yourself be defeated." + "author": "Maya Angelou" + } ] \ No newline at end of file