diff --git a/betting2-nhl b/betting2-nhl index a649d4fd..5ccd0796 100644 --- a/betting2-nhl +++ b/betting2-nhl @@ -134,8 +134,12 @@ approve_proposal nathan 1.10.8 { "active_approvals_to_add" : [ "init0", "init1 # PLACE_BET -place_bet bob "1.21.0" 1 { "amount" : 100 } 20000 20000 true -place_bet alice "1.21.0" 0 { "amount" : 100 } 20000 20000 true +//place_bet bob "1.21.0" 1 { "amount" : 100 } 20000 20000 true +//place_bet alice "1.21.0" 0 { "amount" : 100 } 20000 20000 true + +place_bet alice "1.21.0" 1 "123" "PPY" 200 true +place_bet bob "1.21.0" 0 "123" "PPY" 200 true + # RESOLVE diff --git a/betting2-wimbledon b/betting2-wimbledon index 5b80f15d..67c2a417 100644 --- a/betting2-wimbledon +++ b/betting2-wimbledon @@ -133,20 +133,14 @@ approve_proposal nathan 1.10.26 { "active_approvals_to_add" : [ "init0", "init - - - - - - - - - - # PLACE_BET -place_bet bob "1.21.2" 1 { "amount" : 100 } 20000 20000 true -place_bet alice "1.21.2" 0 { "amount" : 100 } 20000 20000 true +#place_bet bob "1.21.2" 1 { "amount" : 100 } 20000 20000 true +#place_bet alice "1.21.2" 0 { "amount" : 100 } 20000 20000 true + + + place_bet alice "1.21.1" 1 "123" "PPY" 200 true +place_bet bob "1.21.1" 0 "123" "PPY" 200 true