emit TipClosed event on success tip payout (#5656)

* emit TipClosed event on success tip payout

* test for events

* bump version
This commit is contained in:
Xiliang Chen
2020-04-17 20:37:00 +12:00
committed by GitHub
parent a42d87483c
commit 7dcff4c1e2
3 changed files with 59 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 242,
spec_version: 243,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};