mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
pass nullable string
This commit is contained in:
parent
8606d2bcd5
commit
fc40665ee1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class SimpleSwapExchangeProvider extends ExchangeProvider {
|
|||
to: _request.to,
|
||||
inputAddress: inputAddress,
|
||||
refundAddress: settleAddress,
|
||||
extraId: extraId ?? '',
|
||||
extraId: extraId,
|
||||
state: TradeState.created,
|
||||
amount: _request.amount,
|
||||
createdAt: DateTime.now(),
|
||||
|
|
Loading…
Reference in a new issue