From: Chengcheng Zhang <943420582@qq.com> Date: Sat, 29 Dec 2018 08:45:12 +0000 (+0800) Subject: update X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c2ab62d5074e48cc7ccf34432c8ef46a1e289a65;hp=a0a57aa54ba46c49733e9be888a8db9246b7b616;p=bytom%2Fbytom-kit.git update --- diff --git a/app/model/key.py b/app/model/key.py index 3b89ee4..fe2b9f4 100644 --- a/app/model/key.py +++ b/app/model/key.py @@ -244,6 +244,7 @@ def xprv_to_child_xprv(xprv_str, path_list): child_xprv_str = xprv_str return child_xprv_str + # xpub_to_child_xpub create new xpub through the path # xpub_str length is 64 bytes. # path_list item is hex string.