Features 2773
Compare changes
Files
3- alexey.stratulat authored
[+] Added an object of type ChainWallet from libdap-chain-wallet-python to the CellFrame module. Now you can use it and the functions that it provides.
+ 7
− 2
@@ -241,7 +241,7 @@ PyObject *python_cellframe_init(PyObject *self, PyObject *args){
@@ -241,7 +241,7 @@ PyObject *python_cellframe_init(PyObject *self, PyObject *args){
@@ -376,7 +376,8 @@ PyMODINIT_FUNC PyInit_libCellFrame(void){
@@ -376,7 +376,8 @@ PyMODINIT_FUNC PyInit_libCellFrame(void){
@@ -447,6 +448,7 @@ PyMODINIT_FUNC PyInit_libCellFrame(void){
@@ -447,6 +448,7 @@ PyMODINIT_FUNC PyInit_libCellFrame(void){
@@ -488,6 +490,9 @@ PyObject *python_cellframe_deinit(PyObject *self, PyObject *args){
@@ -488,6 +490,9 @@ PyObject *python_cellframe_deinit(PyObject *self, PyObject *args){