Skip to content

Commit

Permalink
Okay. Done
Browse files Browse the repository at this point in the history
  • Loading branch information
robhanlon22 committed Dec 14, 2009
1 parent a95549d commit d6cdd6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptor.rb
Expand Up @@ -46,7 +46,7 @@ def request_accept(proposal)
if proposal.number >= @highest_prepare
@highest_accepted = proposal

@acceptor_row.highest_proposal = Marshal.dump(@highest_accepted)
@acceptor_row.highest_proposal = Marshal.dump([proposal.number, proposal.value])
@acceptor_row.save

@supervisor.replicas.each do |replica|
Expand Down
Binary file modified acceptors.sqlite3
Binary file not shown.

0 comments on commit d6cdd6e

Please sign in to comment.