mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Fix implementation of evidence so its non optional
This commit is contained in:
parent
ca969f2822
commit
c0882460b0
@ -743,8 +743,8 @@ interface RpcBlock {
|
|||||||
};
|
};
|
||||||
// It's currently unclear why the deep nesting is requied.
|
// It's currently unclear why the deep nesting is requied.
|
||||||
// See https://github.com/tendermint/tendermint/issues/7697.
|
// See https://github.com/tendermint/tendermint/issues/7697.
|
||||||
readonly evidence?: {
|
readonly evidence: {
|
||||||
readonly evidence?: readonly RpcEvidence[];
|
readonly evidence: readonly RpcEvidence[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user