bugfix: update stored epoch share when changing announce address

This commit is contained in:
Jędrzej Stuczyński
2025-10-17 15:51:32 +01:00
parent 0674f31227
commit 5ca8dfbc21
4 changed files with 111 additions and 36 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --lib --manifest-path contracts/Cargo.toml
args: --lib --manifest-path contracts/Cargo.toml --all-features
- name: Check formatting
uses: actions-rs/cargo@v1