Skip to content

use types.SiacoinOutput for /wallet/siacoins param

Luke Champine requested to merge send-to-many into master

The (destination, amount) pairs are now encoded as a JSON array in the query string. I realized that types.SiacoinOutput already has the desired structure, so I used it here. This also cleans up the SendSiacoinsMulti implementation.

Merge request reports