mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
json encoding fix
This commit is contained in:
parent
7282e28eaf
commit
2562305d7c
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ class FusionInfo {
|
|||
}
|
||||
|
||||
String toJsonString() {
|
||||
return {
|
||||
return jsonEncode({
|
||||
'host': host,
|
||||
'port': port,
|
||||
'ssl': ssl,
|
||||
'rounds': rounds,
|
||||
}.toString();
|
||||
});
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue