summaryrefslogtreecommitdiff
path: root/c2ec/simulation-client.go
diff options
context:
space:
mode:
Diffstat (limited to 'c2ec/simulation-client.go')
-rw-r--r--c2ec/simulation-client.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/c2ec/simulation-client.go b/c2ec/simulation-client.go
index 6a5d0e7..a6708ec 100644
--- a/c2ec/simulation-client.go
+++ b/c2ec/simulation-client.go
@@ -27,6 +27,11 @@ func (st *SimulationTransaction) AllowWithdrawal() bool {
return st.allow
}
+func (st *SimulationTransaction) AbortWithdrawal() bool {
+
+ return false
+}
+
func (st *SimulationTransaction) Bytes() []byte {
return bytes.NewBufferString("this is a simulated transaction and therefore has no content.").Bytes()