mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-13 10:18:54 +00:00
fix: message opening
This commit is contained in:
@@ -704,9 +704,9 @@ impl Wallet {
|
||||
s.state == SlateState::Standard2) {
|
||||
let mut slate = s.clone();
|
||||
slate.state = if s.state == SlateState::Standard2 {
|
||||
SlateState::Standard1
|
||||
SlateState::Standard3
|
||||
} else {
|
||||
SlateState::Invoice1
|
||||
SlateState::Invoice3
|
||||
};
|
||||
exists = w.slatepack_exists(&slate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user