This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new e294c5d  Update builtin_online_decrypt.py (#442)
e294c5d is described below

commit e294c5d6d3492b98e59a18d92de0c87dfadf1e30
Author: Raullen Chai <[email protected]>
AuthorDate: Fri Dec 11 22:16:27 2020 -0800

    Update builtin_online_decrypt.py (#442)
---
 examples/python/builtin_online_decrypt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/python/builtin_online_decrypt.py 
b/examples/python/builtin_online_decrypt.py
index 48ef911..03300e6 100644
--- a/examples/python/builtin_online_decrypt.py
+++ b/examples/python/builtin_online_decrypt.py
@@ -52,7 +52,7 @@ class BuiltinOnlineDecryptExample:
         print("[+] registering function")
         function_id = client.register_function(
             name="builtin_online_decrypt",
-            description="Native Echo Function",
+            description="Native Online Decrypt",
             executor_type="builtin",
             arguments=["key", "nonce", "encrypted_data", "algorithm"])
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to