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 {
|
||||
Topic Topic
|
||||
Disconnected bool
|
||||
SessionJSON string
|
||||
Expiry int64
|
||||
CreatedTimestamp int64
|
||||
PairingTopic Topic
|
||||
TestChains bool
|
||||
Topic Topic `json:"topic"`
|
||||
Disconnected bool `json:"disconnected"`
|
||||
SessionJSON string `json:"sessionJson"`
|
||||
Expiry int64 `json:"expiry"`
|
||||
CreatedTimestamp int64 `json:"createdTimestamp"`
|
||||
PairingTopic Topic `json:"pairingTopic"`
|
||||
TestChains bool `json:"testChains"`
|
||||
DBDApp
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user