From 48c2ca82b921af4b0602f48cea99879ed37a5ecd Mon Sep 17 00:00:00 2001 From: Justin Hanneman Date: Tue, 12 Sep 2017 08:41:19 -0500 Subject: [PATCH 1/2] Update 'paramaters' to 'parameters' --- wallet/wsapi/wsapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/wsapi/wsapi.go b/wallet/wsapi/wsapi.go index 686e759..15c7415 100644 --- a/wallet/wsapi/wsapi.go +++ b/wallet/wsapi/wsapi.go @@ -256,7 +256,7 @@ func handleV2Request(j *factom.JSON2Request) (*factom.JSON2Response, *factom.JSO return nil, jsonError } - fmt.Printf("API V2 method: <%v> paramaters: %s\n", j.Method, params) + fmt.Printf("API V2 method: <%v> parameters: %s\n", j.Method, params) jsonResp := factom.NewJSON2Response() jsonResp.ID = j.ID From 37c1755c936ee1f78b9dc073d4c9ae15df852ba3 Mon Sep 17 00:00:00 2001 From: Brian Deery Date: Mon, 25 Sep 2017 10:29:33 -0500 Subject: [PATCH 2/2] bump version --- wallet/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/VERSION b/wallet/VERSION index 90b5171..fd71119 100644 --- a/wallet/VERSION +++ b/wallet/VERSION @@ -1 +1 @@ -0.2.2.9 +0.2.2.10