Merge branch 'master' into feat/event-states

This commit is contained in:
Łukasz Magiera
2020-01-15 00:35:52 +01:00
12 changed files with 351 additions and 4 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ func TestAPIRPC(t *testing.T) {
}
func TestAPIDealFlow(t *testing.T) {
test.TestDealFlow(t, mockSbBuilder, 10 * time.Millisecond)
test.TestDealFlow(t, mockSbBuilder, 10*time.Millisecond)
}
func TestAPIDealFlowReal(t *testing.T) {