-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify Transaction Interface #812
Conversation
* Add checks when serializing * Add default _estimateSize to generic inputs * Fix multisig size estimation * Change _addOutput to addOutput * Add addInput and using that internally * Split `getFee` out from `_updateChangeOutput`
try { | ||
this.toBufferWriter(bufferWriter); | ||
} catch (e) { | ||
console.log(this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you leave this on purpose? why not throw an exception?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, removed
could you rewrite this test to use the new interface? |
50503c7
to
9a73338
Compare
* For internal usage: for example, testing Script.Interpreter
Added them! |
ACK |
update socket-io / preconditions
Closes #789 and #799
getFee
out from_updateChangeOutput