This is an attempt to add support for manageBuyOffer.
However, it stalls on "Confirm Transaction".
I've tested the new display logic for manageSellOffer. I've also tested the display logic for manageBuyOffer by setting manageOffer.buy to true in manageSellOffer parser. Both works.
I've read the changes for stellar_parser.c & stellar_types.h several time but all seems right.
My conclusion is that something else have to be changed in order to add a new operation, but I don't find it. At that point I think I need help.
This is an attempt to add support for manageBuyOffer.
However, it stalls on "Confirm Transaction".
I've tested the new display logic for manageSellOffer. I've also tested the display logic for manageBuyOffer by setting
manageOffer.buy
to true in manageSellOffer parser. Both works.I've read the changes for
stellar_parser.c
&stellar_types.h
several time but all seems right.My conclusion is that something else have to be changed in order to add a new operation, but I don't find it. At that point I think I need help.
My conclusion is that I forgot something