I am learning Hyperledger sawtooth , I cloned simplewallet project and tried to run stuff and play with function to learn how is this project working.
I could successfully create client function and add it properly. but changing or adding stuff to the transcation processor at simplewallet-tp.py isn't causing anything . i tried to change the deposit function to add the amount X2 , i even tried to create errors inside it but once i run docker, the deposit function works the same and nothing changed .
What could I be possibly doing wrong ?