BTCGPU / electrum

ElectrumG; Bitcoin Gold thin client
MIT License
19 stars 17 forks source link

Signing offline transactions for multisig wallets #36

Closed tudorconstantin closed 6 years ago

tudorconstantin commented 6 years ago

This is a fix for issue #35 - Can't sign offline transactions for multi signature wallet:

Offline signing needs to know the input amount.

The solution is inspired from the Electron-Cash repository

wilsonmeier commented 6 years ago

lgtm, Thx.