From 9eeb7e87c4b44c8b40b60d0d11150ef54dd4440f Mon Sep 17 00:00:00 2001 From: gasby88 Date: Fri, 31 Aug 2018 16:03:37 +0800 Subject: [PATCH] update README.md (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1965c9..f722b45 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ ontSdk.PreExecTransaction(mutTx *types.MutableTransaction) (*sdkcom.PreExecResul wa, err := OpenWallet(path string) (*Wallet, error) ``` -If wallet file of path exist, open waller, or create new wallet. +If wallet file of path exist, open wallet, or create new wallet. #### 2.2.2 Save Wallet