mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
node model fix
This commit is contained in:
parent
0e5de0d890
commit
929723d0d5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class NodeModelAdapter extends TypeAdapter<NodeModel> {
|
|||
..writeByte(8)
|
||||
..write(obj.isFailover)
|
||||
..writeByte(9)
|
||||
..write(obj.isDown);
|
||||
..write(obj.isDown)
|
||||
..writeByte(10)
|
||||
..write(obj.trusted);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue