mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
do not trigger null safety
This commit is contained in:
parent
028e77baf4
commit
4aa6fc5d80
1 changed files with 3 additions and 3 deletions
|
@ -410,9 +410,9 @@ class Output {
|
|||
// print("transaction not supported: ${json}");
|
||||
return Output(
|
||||
// Return output object with null values; allows wallet history to be built
|
||||
scriptpubkey: null,
|
||||
scriptpubkeyAsm: null,
|
||||
scriptpubkeyType: null,
|
||||
scriptpubkey: "",
|
||||
scriptpubkeyAsm: "",
|
||||
scriptpubkeyType: "",
|
||||
scriptpubkeyAddress: "",
|
||||
value: (Decimal.parse(0.toString()) *
|
||||
Decimal.fromInt(Constants.satsPerCoin(Coin
|
||||
|
|
Loading…
Reference in a new issue