mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 11:48:31 +00:00
fix(dapps)_: fix JSON marshaling for walletconnect.DBSession
Updates: #15189
This commit is contained in:
parent
23aae48a40
commit
db8168105d
@ -8,13 +8,13 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type DBSession struct {
|
type DBSession struct {
|
||||||
Topic Topic
|
Topic Topic `json:"topic"`
|
||||||
Disconnected bool
|
Disconnected bool `json:"disconnected"`
|
||||||
SessionJSON string
|
SessionJSON string `json:"sessionJson"`
|
||||||
Expiry int64
|
Expiry int64 `json:"expiry"`
|
||||||
CreatedTimestamp int64
|
CreatedTimestamp int64 `json:"createdTimestamp"`
|
||||||
PairingTopic Topic
|
PairingTopic Topic `json:"pairingTopic"`
|
||||||
TestChains bool
|
TestChains bool `json:"testChains"`
|
||||||
DBDApp
|
DBDApp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user