add back warnings field

pull/508/head
hewigovens 2020-11-05 12:16:48 +08:00
parent e22b9de04d
commit 0cf88e021f
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ func (z *ZCashRPC) GetChainInfo() (*bchain.ChainInfo, error) {
ProtocolVersion: string(networkInfo.Result.ProtocolVersion),
Timeoffset: networkInfo.Result.Timeoffset,
Consensus: chainInfo.Result.Consensus,
Warnings: networkInfo.Result.Warnings,
}, nil
}