Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Add functions to create dapp deposits/withdrawals - Closes #145 #200

Merged
merged 6 commits into from
Jul 19, 2017

Conversation

willclarktech
Copy link
Contributor

@willclarktech willclarktech commented Jul 18, 2017

Merge #199 first
Closes #145

@willclarktech willclarktech self-assigned this Jul 18, 2017
@willclarktech willclarktech changed the title Add functions to create dapp deposits/withdrawals Add functions to create dapp deposits/withdrawals - Closes #145 Jul 18, 2017
@diego-G diego-G self-requested a review July 19, 2017 09:20
@willclarktech willclarktech force-pushed the 145-dapp_in_out_transfer_0.4.4 branch from edb9a1a to 2608b00 Compare July 19, 2017 09:56
var secret = 'secret';
var publicKey = '5d036a858ce89f844491762eb89e2bfbd50a4a0a0da658e4b2628b25b117ae09';
var secondSecret = 'secondSecret';
var outTransferTransaction = createOutTransfer(dappId, transactionId, recipientId, amount, secret, secondSecret);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be abstracted into its own file? Will be easier to modify later if/when things change if these variables are declared in a single place.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests will be restructured as part of #178 - are you happy if we do that then rather than now? (I agree it would be nice.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants