hyperledger-labs / convector

Smart Contract Systems the easy way. Open source development framework.
Other
146 stars 45 forks source link

fix: allow multiple controller client methods use #119

Closed JonathanDe closed 4 years ago

JonathanDe commented 4 years ago

Signed-off-by: JonathanDe jonathand9295@gmail.com

Proposed changes

When we are using the $... methods from our controllers in a row it happens that the last method used overwrites what the previous method did, this fix allows us to use multiple $... methods if we want to use multiple of them at the same time

Types of changes

What types of changes does your code introduce to Convector? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.