From 644b611b9bd8a3ead78ee575ff9655d802733c08 Mon Sep 17 00:00:00 2001 From: Vahe Hovhannisyan Date: Fri, 7 Feb 2014 14:21:59 -0800 Subject: [PATCH] Transaction: Comment fix. --- src/js/ripple/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/ripple/transaction.js b/src/js/ripple/transaction.js index 65323262..53fc9eb9 100644 --- a/src/js/ripple/transaction.js +++ b/src/js/ripple/transaction.js @@ -37,7 +37,7 @@ // forwarded anyway. // - A malicous server can: // - give any proposed result. -// - it may declare something correct as incorrect or something correct as incorrect. +// - it may declare something correct as incorrect or something incorrect as correct. // - it may not communicate with the rest of the network. // - may or may not forward. //