updating scripts betting2-nhl betting2-wimbledon

This commit is contained in:
Roman Olearski 2017-08-25 15:46:56 +02:00
parent bbef24b485
commit 4b84aaa716
2 changed files with 12 additions and 14 deletions

View file

@ -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

View file

@ -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