Skip to content

Commit

Permalink
last polish
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jul 27, 2020
1 parent 37b215e commit 5083d39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/chain/tezos/TezosNodeWriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ export namespace TezosNodeWriter {
transaction.parameters = { entrypoint: entrypoint || 'default', value: JSON.parse(michelineLambda) };
}
} else if (entrypoint !== undefined) {

transaction.parameters = { entrypoint: entrypoint, value: [] };
}

Expand Down Expand Up @@ -594,7 +593,6 @@ export namespace TezosNodeWriter {
parameters,
parameterFormat
);
console.log("Constructed operation")

return estimateOperation(server, chainid, transaction)
}
Expand Down Expand Up @@ -672,7 +670,7 @@ export namespace TezosNodeWriter {
}

/**
* Dry run the given operation and return consumed resources.
* Dry run the given operations and return consumed resources.
*
* @param {string} server Tezos node to connect to
* @param {string} chainid The chain ID to apply the operation on.
Expand Down

0 comments on commit 5083d39

Please sign in to comment.