mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 07:27:55 +00:00
Make CallApiAt::call_api_at work at light client (#1213)
* light client contextual method call * fixed off-by-one in test * newlines + commas
This commit is contained in:
committed by
GitHub
parent
acf1b77bcd
commit
742cb33d90
@@ -82,6 +82,11 @@ impl OverlayedChangeSet {
|
||||
}
|
||||
|
||||
impl OverlayedChanges {
|
||||
/// Whether the overlayed changes are empty.
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.prospective.is_empty() && self.committed.is_empty()
|
||||
}
|
||||
|
||||
/// Sets the changes trie configuration.
|
||||
///
|
||||
/// Returns false if configuration has been set already and we now trying
|
||||
|
||||
Reference in New Issue
Block a user