fix: verifreg: serialize RmDcProposalID as int, not tuple
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ var filplusSignRemoveDataCapProposal = &cli.Command{
|
||||
}
|
||||
|
||||
params := verifregtypes.RemoveDataCapProposal{
|
||||
RemovalProposalID: verifregtypes.RmDcProposalID{ProposalID: id},
|
||||
RemovalProposalID: id,
|
||||
DataCapAmount: allowanceToRemove,
|
||||
VerifiedClient: clientIdAddr,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user