From 0747712144bc132cce89e767c460f6b07cd7be3f Mon Sep 17 00:00:00 2001 From: Navie Narula Date: Tue, 8 Oct 2019 18:28:18 -0400 Subject: [PATCH] add quote from The Catcher in the Rye --- quotes.db | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quotes.db b/quotes.db index b9ae4c1..d57cfa9 100644 --- a/quotes.db +++ b/quotes.db @@ -22094,5 +22094,9 @@ { "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": “I like it when somebody gets excited about something. It's nice.”, + "author": "Holden Caulfield" } -] \ No newline at end of file +]