mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 14:48:53 +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,
|
to: _request.to,
|
||||||
inputAddress: inputAddress,
|
inputAddress: inputAddress,
|
||||||
refundAddress: settleAddress,
|
refundAddress: settleAddress,
|
||||||
extraId: extraId ?? '',
|
extraId: extraId,
|
||||||
state: TradeState.created,
|
state: TradeState.created,
|
||||||
amount: _request.amount,
|
amount: _request.amount,
|
||||||
createdAt: DateTime.now(),
|
createdAt: DateTime.now(),
|
||||||
|
|
Loading…
Reference in a new issue