mirror of
https://github.com/SwingbyProtocol/tss-lib.git
synced 2026-01-10 06:18:03 -05:00
mobile: remove unnecessary json tags
This commit is contained in:
committed by
Luke Plaster
parent
b3015bdbbe
commit
d608811fe7
@@ -22,9 +22,9 @@ type (
|
||||
|
||||
ReSharingParameters struct {
|
||||
*Parameters
|
||||
newParties *PeerContext `json:"new_ps"`
|
||||
newPartyCount int `json:"new_n"`
|
||||
newThreshold int `json:"new_t"`
|
||||
newParties *PeerContext
|
||||
newPartyCount int
|
||||
newThreshold int
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ package tss
|
||||
|
||||
type (
|
||||
PeerContext struct {
|
||||
partyIDs SortedPartyIDs `json:"ids"`
|
||||
partyIDs SortedPartyIDs
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user