We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb913c commit 933d268Copy full SHA for 933d268
1 file changed
lib/wallets/wallet/impl/particl_wallet.dart
@@ -451,7 +451,7 @@ class ParticlWallet<T extends ElectrumXCurrencyInterface>
451
452
tempInputs.add(
453
InputV2.isarCantDoRequiredInDefaultConstructor(
454
- scriptSigHex: txb.inputs.first.script?.toHex,
+ scriptSigHex: txb.inputs[i].script?.toHex,
455
scriptSigAsm: null,
456
sequence: 0xffffffff - 1,
457
outpoint: OutpointV2.isarCantDoRequiredInDefaultConstructor(
0 commit comments