Firaenix / bsv-wasm

BSV stdlib written in Rust and runs in WASM environments
MIT License
69 stars 18 forks source link

WASM: RuntimeError unreachable when calling Transaction.add_outputs() #59

Open Firaenix opened 1 year ago

Firaenix commented 1 year ago

Hey @Firaenix, I'm currently running some tests with your new version and experienced a RuntimeError: unreachable when using Transaction.add_outputs(). Adding them all manually with Transaction.add_output() works as expected.

Originally posted by @trgsv in https://github.com/Firaenix/bsv-wasm/issues/53#issuecomment-1273332083