We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae8e68 commit e8e6a28Copy full SHA for e8e6a28
modules/chain_store/src/chain_store.rs
@@ -1096,7 +1096,8 @@ impl ChainStore {
1096
network_id.clone(),
1097
false,
1098
)?,
1099
- active_epoch: tx.block.extra.epoch + 1,
+ // Pool registration/updates become active after 2 epochs
1100
+ active_epoch: tx.block.extra.epoch + 2,
1101
});
1102
}
1103
@@ -1128,7 +1129,8 @@ impl ChainStore {
1128
1129
1130
1131
1132
1133
1134
1135
1136
0 commit comments