File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 512
512
}
513
513
}
514
514
]
515
+ },
516
+ {
517
+ "path" : " /src/Rpc/RpcServer.cpp" ,
518
+ "changes" : [
519
+ {
520
+ "description" : " https://github.com/amjuarez/bytecoin/pull/197" ,
521
+ "action" : " replace" ,
522
+ "marker" : " logger(INFO) << \" [on_send_raw_tx]: tx verification failed\" ;" ,
523
+ "parameters" : {
524
+ "text" : [
525
+ " logger(DEBUGGING) << \" [on_send_raw_tx]: tx verification failed\" ;"
526
+ ]
527
+ }
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "path" : " /Makefile" ,
533
+ "changes" : [
534
+ {
535
+ "action" : " add_above" ,
536
+ "marker" : " cmake-release:" ,
537
+ "parameters" : {
538
+ "text" : [
539
+ " cmake-release-static:" ,
540
+ " \t mkdir -p build/release" ,
541
+ " \t cd build/release && cmake -D STATIC=ON -D CMAKE_BUILD_TYPE=Release ../.." ,
542
+ " " ,
543
+ " build-release-static: cmake-release-static" ,
544
+ " \t cd build/release && $(MAKE)" ,
545
+ " "
546
+ ]
547
+ }
548
+ },
549
+ {
550
+ "action" : " replace" ,
551
+ "marker" : " .PHONY: all cmake-debug build-debug test-debug all-debug cmake-release build-release test-release all-release clean tags" ,
552
+ "parameters" : {
553
+ "text" : [
554
+ " .PHONY: all cmake-debug build-debug test-debug all-debug cmake-release-static build-release-static cmake-release build-release test-release all-release clean tags"
555
+ ]
556
+ }
557
+ }
558
+ ]
515
559
}
516
560
]
517
561
}
You can’t perform that action at this time.
0 commit comments